src/views/standard/standardLibrary/index.vue
@@ -138,7 +138,7 @@ <el-select v-if=" checkPermi(['standard:standardLibrary:upStandardProduct']) " v-model="scope.row.radius" clearable placeholder="试验条件" size="small" @change="(value) => upStandardProductListOfRadius(value, scope.row.id) " :disabled="!!auditId || standardCkeck"> " :disabled="!!auditId || standardCkeck" allow-create filterable> <el-option v-for="(a, i) in scope.row.radiusList && JSON.parse(scope.row.radiusList)" :key="i" :label="a" :value="a"></el-option> </el-select>