@@ -40,7 +40,7 @@
</template>
<template v-slot:type="{ row }">
- {{ getDictValue('质检标准类型', row.type) }}
+ {{ getDictValue('质检标准类型', row.qualityStandardType) }}
@@ -44,7 +44,7 @@
- {{ getDictValue('质检标准类型', row.itemVO.type) }}
+ {{ getDictValue('质检标准类型', row.itemVO.qualityStandardType) }}
<template v-slot:toolList="{ row }">
@@ -89,7 +89,7 @@
@@ -64,7 +64,7 @@
<span v-if="row.itemVO.type">
</span>
@@ -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>
@@ -54,7 +54,7 @@