Browse Source

面料损耗表取消事故单单元格点击

jbb 2 years ago
parent
commit
363bf22f43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/reportForms/fabric-loss-table.vue

+ 1 - 1
src/views/reportForms/fabric-loss-table.vue

@@ -695,7 +695,7 @@ export default {
           width: 120,
           dataIndex: 'cpbvcode',
           className: 'replacecolor',
-          customCell: this.accidentListCustomCell,
+          // customCell: this.accidentListCustomCell,
           scopedSlots: { customRender: 'cpbvcode' }
         },
         { title: '事故承担方', width: 120, dataIndex: 'cvenAbbName', className: 'replacecolor' },