UPDATE: 1、测试项改成检测项;

2、检测项勾选闪变添加提示;
        3、检测项由误差体系反推为下拉框让用户多选,默认全选;
        4、修改检测计划有子计划后部分字段不可编辑;
This commit is contained in:
贾同学
2025-09-23 10:55:07 +08:00
parent d08194bfd8
commit fcdbbce7a9
2 changed files with 59 additions and 30 deletions

View File

@@ -27,9 +27,9 @@
>
导出
</el-button>
<!-- <el-button type='primary' v-auth.plan="'combine'" :icon='ScaleToOriginal' :disabled='!(scope.selectedList.length > 1)' @click='combineClick'>
合并
</el-button> -->
<el-button type="primary" v-auth.plan="'add'" :icon="CirclePlus" @click="openDialog('add')">
新增
</el-button>
<el-button
type="primary"
v-auth.plan="'import_subplan'"
@@ -39,9 +39,6 @@
>
导入检测计划
</el-button>
<el-button type="primary" v-auth.plan="'add'" :icon="CirclePlus" @click="openDialog('add')">
新增
</el-button>
<el-button
type="primary"
v-auth.plan="'analysis'"
@@ -467,7 +464,7 @@ const columns = reactive<ColumnProps<Plan.ReqPlan>[]>([
},
{
prop: 'testItemNameStr',
label: '测项',
label: '测项',
minWidth: 300,
isShow: modeStore.currentMode == '比对式'
},