| | |
| | | <el-row class="title" style="width: 100%"> |
| | | <el-col :span="19" style="font-size: 14px; color: #999"><span>{{ |
| | | selectTree |
| | | }} </span></el-col> |
| | | }} </span></el-col> |
| | | <el-col :span="5" style="position: absolute;top: -3px;right: -25px;" v-if="!auditId && !standardCkeck"> |
| | | <el-button size="small" type="primary" @click="submitReview" :loading="submitReviewLoad">提交变更</el-button> |
| | | <el-button v-if="isShowCopy" size="small" type="primary" @click="openCopyDia">批量复制</el-button> |
| | |
| | | <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) |
| | | " :disabled="!!auditId || standardCkeck"> |
| | | " v-model="scope.row.radius" clearable placeholder="试验条件" size="small" @change="(value) => upStandardProductListOfRadius(value, scope.row.id) |
| | | " :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> |