spring
2025-04-08 650340695f626f5d141639458afaa89205e4c015
src/views/standard/standardLibrary/index.vue
@@ -133,11 +133,11 @@
              <span v-else>{{ scope.row.methodS }}</span>
            </template>
          </el-table-column> -->
          <el-table-column label="条件" min-width="140" prop="radius" show-overflow-tooltip>
          <el-table-column label="试验条件" min-width="140" prop="radius" show-overflow-tooltip>
            <template slot-scope="scope">
              <el-select v-if="
                checkPermi(['standard:standardLibrary:upStandardProduct'])
              " v-model="scope.row.radius" clearable placeholder="条件" size="small" @change="(value) => upStandardProductListOfRadius(value, scope.row.id)
              " v-model="scope.row.radius" clearable placeholder="试验条件" size="small" @change="(value) => upStandardProductListOfRadius(value, scope.row.id)
                " :disabled="!!auditId || standardCkeck">
                <el-option v-for="(a, i) in scope.row.radiusList &&
                  JSON.parse(scope.row.radiusList)" :key="i" :label="a" :value="a"></el-option>