车辆对接
This commit is contained in:
@ -6,11 +6,11 @@ import { SystemService } from '../../services/system.service';
|
||||
import { SettingRoleEditComponent } from './edit/edit.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-role-management',
|
||||
templateUrl: './role-management.component.html',
|
||||
styleUrls: ['./role-management.component.less']
|
||||
selector: 'app-crm-management',
|
||||
templateUrl: './crm-management.component.html',
|
||||
styleUrls: ['./crm-management.component.less']
|
||||
})
|
||||
export class RoleManagementComponent implements OnInit {
|
||||
export class CrmManagementComponent implements OnInit {
|
||||
@ViewChild('st', { static: true })
|
||||
st!: STComponent;
|
||||
@ViewChild('sf', { static: false })
|
||||
|
||||
Reference in New Issue
Block a user