ysy 1 tahun lalu
induk
melakukan
6aa7a9be79

+ 2 - 3
src/views/inspectionPoint/components/newEquipmentDialog.vue

@@ -61,7 +61,7 @@
             </template>
             </template>
 
 
             <template v-slot:type="{ row }">
             <template v-slot:type="{ row }">
-              <span v-if=" row.itemVO.type">
+              <span v-if="row.itemVO.type">
                 {{ getDictValue('质检标准类型', row.itemVO.type) }}
                 {{ getDictValue('质检标准类型', row.itemVO.type) }}
               </span>
               </span>
             </template>
             </template>
@@ -184,8 +184,7 @@
             prop: 'itemVO.inspectionStandard',
             prop: 'itemVO.inspectionStandard',
             formatter: (row, column, cellValue) => {
             formatter: (row, column, cellValue) => {
               return (
               return (
-                row.itemVO.symbol + ' ' + cellValue + ' ' +
-                row.itemVO.unit
+                row.itemVO.symbol + ' ' + cellValue + ' ' + row.itemVO.unit
               );
               );
             },
             },
             minWidth: 150
             minWidth: 150