mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 15:32:52 +08:00
feat(underwriting): 添加签名确认页面功能
- 新增 getOrderDetail API 接口定义 - 添加订单详情相关类型定义文件 - 在 SignContract.vue 中集成订单详情获取逻辑 - 引入订单详情展示相关组件 - 实现订单信息的数据绑定和计算属性 - 添加订单号路由参数处理 - 集成 Toast 提示组件用于用户体验优化
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<script>
|
||||
export default {
|
||||
name: 'SignContractApplicantDocument'
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section class="application-document-info"></section>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
Reference in New Issue
Block a user