车辆分类,车辆类型的增删改查
This commit is contained in:
parent
c3e47c1738
commit
3c3a24dbd9
|
@ -575,7 +575,7 @@ export default {
|
||||||
this.getpopulationList()
|
this.getpopulationList()
|
||||||
this.getTableList()
|
this.getTableList()
|
||||||
if(this.opType == 2 || this.opType == 3 || this.opType == 4) {
|
if(this.opType == 2 || this.opType == 3 || this.opType == 4) {
|
||||||
// this.getImgData()
|
this.getImgData()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -301,8 +301,8 @@ const listGridInfo = {
|
||||||
{ dataIndex: 'action' },
|
{ dataIndex: 'action' },
|
||||||
],
|
],
|
||||||
Vehicle: [
|
Vehicle: [
|
||||||
{ title: '#DBID', dataIndex: 'ID', width: 80 },
|
{ title: '#DBID', dataIndex: 'id', width: 80 },
|
||||||
{ title: '名称', dataIndex: 'vehicleName', width: 200, ellipsis: true },
|
{ title: '名称', dataIndex: 'name', width: 200, ellipsis: true },
|
||||||
{ title: '速度', dataIndex: 'vehicleSpreed' },
|
{ title: '速度', dataIndex: 'vehicleSpreed' },
|
||||||
{ title: '型号', dataIndex: 'vehicleType' },
|
{ title: '型号', dataIndex: 'vehicleType' },
|
||||||
{ title: '运油能力', dataIndex: 'fuelAbility' },
|
{ title: '运油能力', dataIndex: 'fuelAbility' },
|
||||||
|
@ -598,8 +598,8 @@ export default {
|
||||||
},
|
},
|
||||||
handleOpenEditZbModal(record) {
|
handleOpenEditZbModal(record) {
|
||||||
this.AECModal.opType = 3
|
this.AECModal.opType = 3
|
||||||
this.AECModal.parentTableRowId = record.ID
|
this.AECModal.parentTableRowId = record.id
|
||||||
console.log('======'+record.ID)
|
console.log('======'+record.id)
|
||||||
this.AECModal.title = '编辑 ' + record.name + ' 实体'
|
this.AECModal.title = '编辑 ' + record.name + ' 实体'
|
||||||
this.AECModal.visible = true
|
this.AECModal.visible = true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user