feat: There is no way the, effect="dark" :content=form.standSystem
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user