ysy 1 an în urmă
părinte
comite
6aa7a9be79

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

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