1.0.90 合同审批查看合同模板按钮显示字

dev
yinq 2 days ago
parent 631c925d76
commit 303d435d07

@ -186,9 +186,16 @@
:value="item.templateId"
/>
</el-select>
<el-tooltip content="合同模板查看" placement="top">
<el-button link type="info" icon="Download" :disabled="!form.templateId" @click="handleContractTemplateDownload" />
</el-tooltip>
<el-button
link
type="primary"
icon="Download"
:disabled="!form.templateId || !form.contractId"
@click="handleContractTemplateDownload"
style="font-weight: 600"
>
合同模板查看
</el-button>
</div>
</el-form-item>
</el-col>

Loading…
Cancel
Save