diff --git a/src/components/common/PicketAcced.vue b/src/components/common/PicketAcced.vue index 45a23127a97c1049151ec6d199d010806899d498..37a14fb58dbec36d9d8bd8a3c71897e96a595418 100644 --- a/src/components/common/PicketAcced.vue +++ b/src/components/common/PicketAcced.vue @@ -16,21 +16,21 @@ {{ item.productname }} - - 申请金额:万元 - {{ item.money }} + + 借款金额 + {{ item.money }} - - 担保方式 - {{ item.guarantee }} + + 担保方式 + {{ item.guarantee }} - - 申请日期(月) - {{ item.month }} + + 借款日期 + {{ item.month }} - - 申请时间 - {{ item.time }} + + 到期日期 + {{ item.time }} diff --git a/src/components/general/ScrollerView.vue b/src/components/general/ScrollerView.vue index ed6ec3678c39ca4c860ce6d898938d8fbea5f496..6732d325c4c788468da214d9e92bffa7559ddded 100644 --- a/src/components/general/ScrollerView.vue +++ b/src/components/general/ScrollerView.vue @@ -54,7 +54,7 @@ export default class ScrollerView extends Vue { /** * 滚动高度 */ - @Prop({ default: 0 }) height: number | undefined; + @Prop({ default: "" }) height: string | undefined; /** * 是否派发滚动到底部的事件,用于上拉加载 */ @@ -179,7 +179,7 @@ export default class ScrollerView extends Vue { initHeight() { const el: any = this.$el; if (this.height) { - el.style.height = this.height + "vh"; + el.style.height = this.height; } } } diff --git a/src/router/workbench.routing.ts b/src/router/workbench.routing.ts index 923f99e6c40c83576d32c2b5a6ab77434019fb3e..b243aff9e885e6c1dd216fe449702f61eda04afd 100644 --- a/src/router/workbench.routing.ts +++ b/src/router/workbench.routing.ts @@ -11,6 +11,13 @@ import { propsConvert } from "@/services/props-convert"; const prefix = "/workbench"; const workbenchRoutes = [ + { + path: `/BillDetails`, + name: 'BillDetails', + component: () => import(/* webpackChunkName: "customer-mgt" */ "@/views/workbench/BillDetails.vue"), + props: propsConvert, + meta: { keepAlive: false, requiresAuth: true, name: "借据详情" }, + }, { path: `/ContractDetail`, name: 'ContractDetail', diff --git a/src/views/workbench/AccommodDetails.vue b/src/views/workbench/AccommodDetails.vue index cf8a204fbab773e38ab067f60d5656838aaa87bf..51c74876d625ee9cabfe890719d80e4a9bc9eb0a 100644 --- a/src/views/workbench/AccommodDetails.vue +++ b/src/views/workbench/AccommodDetails.vue @@ -209,7 +209,7 @@ export default class AccommodDetails extends Vue { intentionOrg="哈尔滨农信社松北区枝江大道分社" businessArea="黑龙江省-哈尔滨市-松北区" loanType="一般经营性贷款" - tatleName = "我的贷款" + tatleName = "贷款详情" //状态 status = 2; statusl: any ; diff --git a/src/views/workbench/AccommodMain.vue b/src/views/workbench/AccommodMain.vue index 981c486e289a74d7c442273b8943543614aa8084..d91a72d08598c2c990b0e3f4a71c2599bdc4fbe3 100644 --- a/src/views/workbench/AccommodMain.vue +++ b/src/views/workbench/AccommodMain.vue @@ -12,8 +12,8 @@
-
- +
+
diff --git a/src/views/workbench/Accommodation.vue b/src/views/workbench/Accommodation.vue index 473ff66f5567d8ab3a3ee24182c8dd7f76ac0047..15444d9061bc688b5f3e0b22f568b280951efcc4 100644 --- a/src/views/workbench/Accommodation.vue +++ b/src/views/workbench/Accommodation.vue @@ -39,34 +39,34 @@ export default class Accommodation extends Vue { tatleName = "我的贷款" //未结清贷款计划 productParam = [{ - productname: "'企业之星'流动之星贷款", - money: "30", + productname: "1192 8746 2774 5038", + money: "¥30,000,000.00", guarantee: "担保", - month: "12", + month: "2022-02-18", status: 1, time: "2022-02-18" }, { - productname: "'企业之星'流动之星贷款", - money: "30", + productname: "1192 8746 2774 5038", + money: "¥30,000,000.00", guarantee: "担保", - month: "12", + month: "2022-02-18", status: 1, time: "2022-02-18" }] //已结清 productParamlist = [{ - productname: "'llll'流动之星贷款", - money: "30", + productname: "1192 8746 2774 5038", + money: "¥30,000,000.00", guarantee: "担保", status: 3, - month: "12", + month: "2022-02-18", time: "2022-02-18" }] //点击还款计划事件 onClickDetails(status:any) { this.$router.push({ - name: "AccommodDetails", + name: "BillDetails", params:{ status:status } diff --git a/src/views/workbench/BillDetails.vue b/src/views/workbench/BillDetails.vue new file mode 100644 index 0000000000000000000000000000000000000000..aeafa9d36956e54bd440af9793d8892916b04b8a --- /dev/null +++ b/src/views/workbench/BillDetails.vue @@ -0,0 +1,142 @@ + + + + +