mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 04:06:45 +08:00
- 新增 getOrderDetail API 接口定义 - 添加订单详情相关类型定义文件 - 在 SignContract.vue 中集成订单详情获取逻辑 - 引入订单详情展示相关组件 - 实现订单信息的数据绑定和计算属性 - 添加订单号路由参数处理 - 集成 Toast 提示组件用于用户体验优化
12 lines
194 B
Vue
12 lines
194 B
Vue
<script>
|
|
export default {
|
|
name: 'SignContractApplicantDocument'
|
|
}
|
|
</script>
|
|
|
|
<template>
|
|
<section class="application-document-info"></section>
|
|
</template>
|
|
|
|
<style lang="scss" scoped></style>
|