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

dev
yinq 3 days ago
parent 631c925d76
commit 303d435d07

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

Loading…
Cancel
Save