|
@@ -1621,8 +1621,7 @@
|
|
<el-form-item label="代付方" prop="actual_pay_companies" v-if="contractInfo.form.has_payment==1"
|
|
<el-form-item label="代付方" prop="actual_pay_companies" v-if="contractInfo.form.has_payment==1"
|
|
:rules="contractInfo.form.contract_source==0?{required:true,message:'代付方信息不能为空',trigger:'blur'}:{}">
|
|
:rules="contractInfo.form.contract_source==0?{required:true,message:'代付方信息不能为空',trigger:'blur'}:{}">
|
|
<div v-overflowTooltip="'#overflow-input'">
|
|
<div v-overflowTooltip="'#overflow-input'">
|
|
- <el-tooltip placement="top" :content="contractInfo.form.actual_pay_companies"
|
|
|
|
- :trigger-keys="['Enter']" :disabled="false">
|
|
|
|
|
|
+ <el-tooltip placement="top" :content="contractInfo.form.actual_pay_companies" >
|
|
<el-input v-model="contractInfo.form.actual_pay_companies" :disabled="contractInfo.form.contract_source==0?false:true"
|
|
<el-input v-model="contractInfo.form.actual_pay_companies" :disabled="contractInfo.form.contract_source==0?false:true"
|
|
placeholder="请输入代付方信息" id="overflow-input" />
|
|
placeholder="请输入代付方信息" id="overflow-input" />
|
|
</el-tooltip>
|
|
</el-tooltip>
|