[update] 修改企标计划详情和企标详情文件列表,企标新增抽屉样式

This commit is contained in:
lideqin
2023-09-21 14:24:16 +08:00
parent dedd11875b
commit 4beca1ec6f
3 changed files with 160 additions and 85 deletions
@@ -9,8 +9,8 @@
:maskClosable="false"
class="custom-drawer-style"
>
<a-spin :spinning="confirmLoading" style="width: 100%;height:100%">
<div class="custom-drawer-style-scroll">
<div class="custom-drawer-style-scroll">
<a-spin :spinning="confirmLoading" style="width: 100%;height:100%">
<add-form ref="addForm"
flag="3"
:defaultValue="{year_number: new Date().getFullYear() + ''}"
@@ -44,14 +44,14 @@
</template>
</a-table>
</div>
</div>
</a-spin>
<div class="custom-drawer-style-bottom-btn">
<a-button @click="handleOk" type="primary" style="margin-bottom: 0;">
{{ $t('preservation') }}
</a-button>
<a-button @click="handleCancel" style="margin-bottom: 0;">{{ $t('close') }}</a-button>
</div>
</a-spin>
</div>
<check-content-modal ref="checkContentModal" @ok="checkContentOk"></check-content-modal>
</a-drawer>
</template>