Explorar o código

Merge branch 'master' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-wt

liujt hai 7 meses
pai
achega
d359aec437
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      src/BIZComponents/inventoryTableDetails.vue

+ 1 - 3
src/BIZComponents/inventoryTableDetails.vue

@@ -243,7 +243,7 @@
                   label: '平方数',
                   formatter: (row, column) => {
                     if (row.squareNumber) {
-                      return row.squareNumber + ' cm²';
+                      return row.squareNumber + ' m²';
                     }
                   },
                   align: 'center'
@@ -403,7 +403,6 @@
             prop: 'singleWeight',
             label: '单重',
             slot: 'singleWeight',
-            isNone: this.quoteType === 2,
             headerSlot: 'headerSingleWeight',
             formatter: (row, column) => {
               if (row.singleWeight) {
@@ -636,7 +635,6 @@
             width: 200,
             prop: 'guaranteePeriodDeadline',
             label: '有效期截止日期',
-            isNone: this.quoteType === 2,
             slot: 'guaranteePeriodDeadline',
             align: 'center'
           },