修改标准体系

This commit is contained in:
zhoulingpo
2023-12-12 15:25:16 +08:00
parent dbfdae95c2
commit 91c093a30b
2 changed files with 2 additions and 1 deletions
@@ -51,6 +51,7 @@
<el-form-item label="标准体系" prop="standSystem" class="add-form-item form-item-disabled">
<el-tooltip :disabled="!form.standSystem" effect="dark" :content=form.standSystem placement="top-start">
<el-input
readonly
:disabled="disabledXX"
v-model="form.standSystem"
type="textarea"
@@ -51,7 +51,7 @@
</el-form-item>
<el-form-item label="标准体系" prop="standSystem" class="add-form-item form-item-disabled">
<el-tooltip :disabled="!form.standSystem" effect="dark" :content=form.standSystem placement="top-start">
<el-input v-model="form.standSystem" type="textarea" autosize clearable placeholder="选择标准体系" @click.native="choiceZRR1('standSystem', '标准体系', form.standSystem)"></el-input>
<el-input readonly v-model="form.standSystem" type="textarea" autosize clearable placeholder="选择标准体系" @click.native="choiceZRR1('standSystem', '标准体系', form.standSystem)"></el-input>
</el-tooltip>
<tree-select-new
:key="key"