Commit a4904520 authored by 李志鸣's avatar 李志鸣

fea(设备基础数据): 设备编号、设备名称位置互换

parent 049cca1d
......@@ -109,8 +109,8 @@
fieldList: [
{ label: '车间', value: 'workshopName' },
{ label: '设备类型', value: 'equipType', slot: 'equipType' },
{ label: '设备编号', value: 'equipCode' },
{ label: '设备名称', value: 'alias' },
{ label: '设备编号', value: 'equipCode' },
{ label: '设备厂商', value: 'equipFactory' }
],
paginationToggle: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment