ysy 1 год назад
Родитель
Сommit
69d1556ccf

+ 1 - 1
src/views/inspectionClassify/components/qualityItem.vue

@@ -40,7 +40,7 @@
         </template>
 
         <template v-slot:type="{ row }">
-          {{ getDictValue('质检标准类型', row.type) }}
+          {{ getDictValue('质检标准类型', row.qualityStandardType) }}
         </template>
 
 

+ 1 - 1
src/views/inspectionClassify/components/user-list.vue

@@ -44,7 +44,7 @@
       </template>
 
       <template v-slot:type="{ row }">
-        {{ getDictValue('质检标准类型', row.itemVO.type) }}
+        {{ getDictValue('质检标准类型', row.itemVO.qualityStandardType) }}
       </template>
 
       <template v-slot:toolList="{ row }">

+ 1 - 1
src/views/inspectionPoint/components/newEdit.vue

@@ -89,7 +89,7 @@
           </template>
 
           <template v-slot:type="{ row }">
-            {{ getDictValue('质检标准类型', row.type) }}
+            {{ getDictValue('质检标准类型', row.qualityStandardType) }}
           </template>
 
           <template v-slot:toolList="{ row }">

+ 1 - 1
src/views/inspectionPoint/components/newEquipmentDialog.vue

@@ -64,7 +64,7 @@
 
             <template v-slot:type="{ row }">
               <span v-if="row.itemVO.type">
-                {{ getDictValue('质检标准类型', row.itemVO.type) }}
+                {{ getDictValue('质检标准类型', row.itemVO.qualityStandardType) }}
               </span>
             </template>
 

+ 1 - 1
src/views/inspectionProject/components/user-edit.vue

@@ -133,7 +133,7 @@
         </el-col>
 
         <el-col :span="12" v-if="form.textType == 5">
-          <el-form-item label="参数单位:" prop="unitName">
+          <el-form-item label="参数单位:" prop="">
             h(小时)
           </el-form-item>
         </el-col>

+ 1 - 1
src/views/inspectionProject/index.vue

@@ -54,7 +54,7 @@
         </template>
 
         <template v-slot:type="{ row }">
-          {{ getDictValue('质检标准类型', row.type) }}
+          {{ getDictValue('质检标准类型', row.qualityStandardType) }}
         </template>