国内/海外标准 新增时文本状态取消禁用
This commit is contained in:
@@ -523,7 +523,7 @@
|
|||||||
clearable>
|
clearable>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="(opt,index) in standStateOptions"
|
v-for="(opt,index) in standStateOptions"
|
||||||
:disabled="opt.value !== 'ZTXXYX' && opt.value !== standState && modalshowtitle !== '编辑国内标准'"
|
:disabled="opt.value !== 'ZTXXYX' && opt.value !== standState && modalshowtitle !== '编辑国内标准' && modalshowtitle !== '新增国内标准'"
|
||||||
:key="index"
|
:key="index"
|
||||||
:value="opt.value === undefined ? '' :opt.value" :label="opt.label"
|
:value="opt.value === undefined ? '' :opt.value" :label="opt.label"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -1011,7 +1011,7 @@
|
|||||||
clearable>
|
clearable>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="opt in standStateOptions"
|
v-for="opt in standStateOptions"
|
||||||
:disabled="opt.value !== 'ZTXXYX' && opt.value !== standState && modalshowtitle !== '编辑海外标准'"
|
:disabled="opt.value !== 'ZTXXYX' && opt.value !== standState && modalshowtitle !== '编辑海外标准' && modalshowtitle !== '新增海外标准'"
|
||||||
:key="opt.value"
|
:key="opt.value"
|
||||||
:value="opt.value === undefined ? '' :opt.value" :label="opt.label"
|
:value="opt.value === undefined ? '' :opt.value" :label="opt.label"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user