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