|
|
|
|
@ -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>
|
|
|
|
|
|