海外标准->编辑页->文本状态可编辑

This commit is contained in:
zhaokaiyao@91isoft.com
2021-09-04 14:33:44 +08:00
parent 493c3f5323
commit 6d3c0449dc
@@ -739,7 +739,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 !== '编辑海外标准'"
:key="opt.value" :key="opt.value"
:value="opt.value === undefined ? '' :opt.value" :label="opt.label" :value="opt.value === undefined ? '' :opt.value" :label="opt.label"
> >