|
|
@@ -516,8 +516,8 @@ export default {
|
|
|
forms: [
|
|
|
{ prop: '', label: '部门', fieldType: 'slot', slotName: 'pos' }, // user 插槽
|
|
|
{ prop: '', label: '建档时间', fieldType: 'slot', slotName: 'time' },
|
|
|
- { prop: '', label: '设备编号', fieldType: 'slot', slotName: 'nowNumber' },
|
|
|
- { prop: '', label: '原设备编号', fieldType: 'slot', slotName: 'preNumber' },
|
|
|
+ { prop: '', label: '系统编号', fieldType: 'slot', slotName: 'nowNumber' },
|
|
|
+ { prop: '', label: '设备编号', fieldType: 'slot', slotName: 'preNumber' },
|
|
|
{ prop: '', label: '设备名称', fieldType: 'slot', slotName: 'deviceName' },
|
|
|
{ prop: '', label: '设备类型', fieldType: 'slot', slotName: 'deviceType' },
|
|
|
{ prop: '', label: '设备状态', fieldType: 'slot', slotName: 'deviceStatus' },
|
|
|
@@ -532,8 +532,8 @@ export default {
|
|
|
{ type: 'expand', slotName: 'expandSlot' },
|
|
|
{ prop: 'bianZhiBuMen', label: '部门', slotName: 'posSlot', sortable: true },
|
|
|
{ prop: 'bianZhiShiJian', label: '建档时间', sortable: true },
|
|
|
- { prop: 'sheBeiShiBieH', label: '设备编号', sortable: true },
|
|
|
- { prop: 'yuanSheBeiBian', label: '原设备编号', sortable: true },
|
|
|
+ { prop: 'sheBeiShiBieH', label: '系统编号', sortable: true },
|
|
|
+ { prop: 'yuanSheBeiBian', label: '设备编号', sortable: true },
|
|
|
{ prop: 'sheBeiMingCheng', label: '设备名称', sortable: true },
|
|
|
{ prop: 'sheBeiLeiXing', label: '设备类型', sortable: true, slotName: 'deviceTypeSlot' },
|
|
|
{ prop: 'guiGeXingHao', label: '规格型号', sortable: true },
|