feat: There is no way the, el-tooltip

This commit is contained in:
396572590@qq.com
2022-07-27 15:57:31 +08:00
parent 3872a094f3
commit d75ea35627
5 changed files with 15 additions and 5 deletions
@@ -49,7 +49,9 @@
></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" effect="dark" :content=form.standSystem clearable placeholder="选择标准体系" @click.native="choiceZRR1('standSystem', '标准体系', form.standSystem)"></el-input>
<el-tooltip :disabled="!form.standSystem" effect="dark" :content=form.standSystem placement="top-start">
<el-input :disabled="disabledXX" v-model="form.standSystem" clearable placeholder="选择标准体系" @click.native="choiceZRR1('standSystem', '标准体系', form.standSystem)"></el-input>
</el-tooltip>
<tree-select-new v-if="!disabledXX"
:key="key"
:multiple=false
@@ -171,7 +171,9 @@
</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" effect="dark" :content=form.standSystem disabled></el-input>
<el-tooltip :disabled="!form.standSystem" effect="dark" :content=form.standSystem placement="top-start">
<el-input v-model="form.standSystem" disabled></el-input>
</el-tooltip>
</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,9 @@
</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" effect="dark" :content=form.standSystem disabled></el-input>
<el-tooltip :disabled="!form.standSystem" effect="dark" :content=form.standSystem placement="top-start">
<el-input v-model="form.standSystem" disabled></el-input>
</el-tooltip>
</el-form-item>
</el-col>
</el-row>
@@ -61,7 +61,9 @@
></el-input>
</el-form-item>
<el-form-item label="标准体系" prop="standSystem" class="add-form-item form-item-disabled">
<el-input v-model="form.standSystem" effect="dark" :content=form.standSystem clearable placeholder="选择标准体系" @click.native="choiceZRR1('standSystem', '标准体系', form.standSystem)"></el-input>
<el-tooltip :disabled="!form.standSystem" effect="dark" :content=form.standSystem placement="top-start">
<el-input v-model="form.standSystem" clearable placeholder="选择标准体系" @click.native="choiceZRR1('standSystem', '标准体系', form.standSystem)"></el-input>
</el-tooltip>
<tree-select-new
:key="key"
:multiple=false
@@ -171,7 +171,9 @@
</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" effect="dark" :content=form.standSystem disabled></el-input>
<el-tooltip :disabled="!form.standSystem" effect="dark" :content=form.standSystem placement="top-start">
<el-input v-model="form.standSystem" disabled></el-input>
</el-tooltip>
</el-form-item>
<el-form-item v-if="form.standInData === '1'" label="标签" prop="gxhbq" class="add-form-item form-item-disabled">
<el-input