解决冲突

This commit is contained in:
wangshiming
2022-04-08 11:34:13 +08:00
parent a240d39e19
commit 0c180afadd
5 changed files with 25 additions and 16 deletions

View File

@ -19,7 +19,7 @@ import { OrderManagementService } from '../../services/order-management.service'
@Component({
selector: 'app-supply-management-vehicle',
templateUrl: './vehicle.component.html',
styleUrls: ['../../../commom/less/commom-table.less']
styleUrls: ['../../../commom/less/commom-table.less','./vehicle.component.less']
})
export class OrderManagementVehicleComponent extends BasicTableComponent implements OnInit {
ui: SFUISchema = {};