修改标准体系
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user