feat: There is no way the, effect="dark" :content=form.standSystem

This commit is contained in:
396572590@qq.com
2022-07-27 15:53:10 +08:00
parent 7a9e42db7c
commit 3872a094f3
5 changed files with 5 additions and 5 deletions
@@ -49,7 +49,7 @@
></el-input>
</el-form-item>
<el-form-item label="标准体系" prop="standSystem" class="add-form-item form-item-disabled">
<el-input :disabled="disabledXX" v-model="form.standSystem" :title="form.standSystem" clearable placeholder="选择标准体系" @click.native="choiceZRR1('standSystem', '标准体系', form.standSystem)"></el-input>
<el-input :disabled="disabledXX" v-model="form.standSystem" effect="dark" :content=form.standSystem clearable placeholder="选择标准体系" @click.native="choiceZRR1('standSystem', '标准体系', form.standSystem)"></el-input>
<tree-select-new v-if="!disabledXX"
:key="key"
:multiple=false
@@ -171,7 +171,7 @@
</el-col>
<el-col :span="12">
<el-form-item label="标准体系" prop="standSystem" class="add-form-item form-item-disabled">
<el-input v-model="form.standSystem" :title="form.standSystem" disabled></el-input>
<el-input v-model="form.standSystem" effect="dark" :content=form.standSystem disabled></el-input>
</el-form-item>
<el-form-item v-if="form.standInData === '1'" label="标签" prop="gxhbq" class="add-form-item form-item-disabled">
<el-input
@@ -107,7 +107,7 @@
</el-radio-group>
</el-form-item>
<el-form-item label="标准体系" prop="standSystem" class="add-form-item form-item-disabled">
<el-input v-model="form.standSystem" :title="form.standSystem" disabled></el-input>
<el-input v-model="form.standSystem" effect="dark" :content=form.standSystem disabled></el-input>
</el-form-item>
</el-col>
</el-row>
@@ -61,7 +61,7 @@
></el-input>
</el-form-item>
<el-form-item label="标准体系" prop="standSystem" class="add-form-item form-item-disabled">
<el-input v-model="form.standSystem" :title="form.standSystem" clearable placeholder="选择标准体系" @click.native="choiceZRR1('standSystem', '标准体系', form.standSystem)"></el-input>
<el-input v-model="form.standSystem" effect="dark" :content=form.standSystem clearable placeholder="选择标准体系" @click.native="choiceZRR1('standSystem', '标准体系', form.standSystem)"></el-input>
<tree-select-new
:key="key"
:multiple=false
@@ -171,7 +171,7 @@
</el-col>
<el-col :span="12">
<el-form-item label="标准体系" prop="standSystem" class="add-form-item form-item-disabled">
<el-input v-model="form.standSystem" :title="form.standSystem" disabled></el-input>
<el-input v-model="form.standSystem" effect="dark" :content=form.standSystem disabled></el-input>
</el-form-item>
<el-form-item v-if="form.standInData === '1'" label="标签" prop="gxhbq" class="add-form-item form-item-disabled">
<el-input