Przeglądaj źródła

设备台账 增加工位名称显示列

yusheng 9 miesięcy temu
rodzic
commit
b6851a05bc

+ 7 - 0
src/views/ledgerAssets/equipment/components/equipment-list.vue

@@ -264,6 +264,13 @@
             showOverflowTooltip: true,
             minWidth: 110
           },
+          {
+            prop: 'workstationInfo.name',
+            label: '工位名称',
+            showOverflowTooltip: true,
+            minWidth: 110
+          },
+
           {
             prop: 'usePerson',
             label: '使用人',