UPDATE: 1、测试项改成检测项;
2、检测项勾选闪变添加提示;
3、检测项由误差体系反推为下拉框让用户多选,默认全选;
4、修改检测计划有子计划后部分字段不可编辑;
This commit is contained in:
@@ -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 == '比对式'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user