Browse Source

模具台账 修复已冲压次数字段绑定错误

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

+ 1 - 1
src/views/ledgerAssets/mould/components/mould-list.vue

@@ -195,7 +195,7 @@
             minWidth: 110
           },
           {
-            prop: 'cyTimes',
+            prop: 'extInfo.cyTimes',
             label: '已冲压次数',
             showOverflowTooltip: true,
             minWidth: 130