修改bug

This commit is contained in:
yangjun 2025-08-07 14:11:59 +08:00
parent 46364fd7fa
commit 0b2d014d72
2 changed files with 7 additions and 2 deletions

View File

@ -369,3 +369,8 @@ async function setRangeQuery() {
display: none !important;
}
</style>
<style lang="less">
.ant-drawer-body {
background: url(../resource/img/modalback.png);
}
</style>

View File

@ -13,8 +13,8 @@
:footer-style="{ textAlign: 'right' }" @close="handleCancel">
<OrgUpContractForm ref="upContractForm" @ok="submitContractCallback" :formBpm="false"></OrgUpContractForm>
<template #footer>
<a-button @click="handleContractCancel">关闭</a-button>
<a-button @click="saveContract">保存为草稿</a-button>
<a-button @click="handleContractCancel" style="margin-right: 8px">关闭</a-button>
<a-button @click="saveContract" style="margin-right: 8px">保存为草稿</a-button>
<a-button type="primary" @click="submitContract">保存并提交</a-button>
</template>
</a-drawer>