Browse Source

模具台账 增加已冲压次数显示列

yusheng 8 tháng trước cách đây
mục cha
commit
fd2e9605a1
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      src/views/ledgerAssets/mould/components/mould-list.vue

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

@@ -194,6 +194,13 @@
             showOverflowTooltip: true,
             minWidth: 110
           },
+          {
+            prop: 'cyTimes',
+            label: '已冲压次数',
+            showOverflowTooltip: true,
+            minWidth: 130
+          },
+
           {
             prop: 'usePerson',
             label: '使用人',