修改bug
This commit is contained in:
parent
46364fd7fa
commit
0b2d014d72
|
@ -369,3 +369,8 @@ async function setRangeQuery() {
|
|||
display: none !important;
|
||||
}
|
||||
</style>
|
||||
<style lang="less">
|
||||
.ant-drawer-body {
|
||||
background: url(../resource/img/modalback.png);
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue