比对主计划新增弹窗调整
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<el-col :span="9">
|
<el-col :span="9">
|
||||||
<el-form-item :label-width="110" label="名称" prop="name">
|
<el-form-item :label-width="110" label="名称" prop="name">
|
||||||
<el-input
|
<el-input
|
||||||
:disabled="formContent.testState != 0"
|
:disabled="(modeStore.currentMode !== '比对式'&&formContent.testState != 0) || (modeStore.currentMode == '比对式'&&formContent.testState==2)"
|
||||||
v-model="formContent.name"
|
v-model="formContent.name"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
maxlength="32"
|
maxlength="32"
|
||||||
@@ -40,10 +40,16 @@
|
|||||||
<!-- :label="option.label"-->
|
<!-- :label="option.label"-->
|
||||||
<!-- :value="option.value"-->
|
<!-- :value="option.value"-->
|
||||||
<!-- />-->
|
<!-- />-->
|
||||||
|
<!-- <el-option-->
|
||||||
|
<!-- v-for="option in pqStandardDevArray"-->
|
||||||
|
<!-- :key="option.value"-->
|
||||||
|
<!-- :disabled="subPlanBindStandardDev.includes(option.label) || option.disabled"-->
|
||||||
|
<!-- :label="option.label"-->
|
||||||
|
<!-- :value="option.value"-->
|
||||||
|
<!-- />-->
|
||||||
<el-option
|
<el-option
|
||||||
v-for="option in pqStandardDevArray"
|
v-for="option in pqStandardDevArray"
|
||||||
:key="option.value"
|
:key="option.value"
|
||||||
:disabled="subPlanBindStandardDev.includes(option.label) || option.disabled"
|
|
||||||
:label="option.label"
|
:label="option.label"
|
||||||
:value="option.value"
|
:value="option.value"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user