国内/海外标准 新增时文本状态取消禁用

This commit is contained in:
zyn
2023-04-04 21:59:50 +08:00
parent 52b8787140
commit 237d8ca661
2 changed files with 2 additions and 2 deletions
@@ -523,7 +523,7 @@
clearable>
<el-option
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"
:value="opt.value === undefined ? '' :opt.value" :label="opt.label"
>
@@ -1011,7 +1011,7 @@
clearable>
<el-option
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"
:value="opt.value === undefined ? '' :opt.value" :label="opt.label"
>