From 1f9a775df3b57c967157206f2abeaea54775ffc6 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Fri, 13 Dec 2024 23:44:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=97=E8=A1=A8=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E4=BC=98=E5=8C=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/work/accounts/accounts/commonList.vue | 2 +- src/pages/work/accounts/accounts/list.vue | 2 +- src/pages/work/base/lend/list.vue | 6 +++--- src/pages/work/bill/creditCardBill/list.vue | 2 +- src/pages/work/bill/creditInstallmentHistory/list.vue | 10 +++++----- src/pages/work/bill/creditQueryRecord/list.vue | 6 +++--- src/pages/work/bill/futuresBill/list.vue | 6 +++--- src/pages/work/bill/onlineLendHistory/list.vue | 10 +++++----- src/pages/work/bill/peopleLendHistory/list.vue | 10 +++++----- src/pages/work/bill/stocksBill/list.vue | 6 +++--- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/pages/work/accounts/accounts/commonList.vue b/src/pages/work/accounts/accounts/commonList.vue index f7b2d14..de74f6d 100644 --- a/src/pages/work/accounts/accounts/commonList.vue +++ b/src/pages/work/accounts/accounts/commonList.vue @@ -36,7 +36,7 @@ + :text="dictStr(item.type, accountType)+'-'+item.name+':'+item.availableLimit" size="30rpx" color="#333333" :bold="true"> 账号: diff --git a/src/pages/work/accounts/accounts/list.vue b/src/pages/work/accounts/accounts/list.vue index 34385a3..769c8b0 100644 --- a/src/pages/work/accounts/accounts/list.vue +++ b/src/pages/work/accounts/accounts/list.vue @@ -36,7 +36,7 @@ + :text="item.name+'-'+item.code+'可用'+item.balance" size="30rpx" color="#333333" :bold="true"> 账户类型: diff --git a/src/pages/work/base/lend/list.vue b/src/pages/work/base/lend/list.vue index f387ef2..40a2aa5 100644 --- a/src/pages/work/base/lend/list.vue +++ b/src/pages/work/base/lend/list.vue @@ -31,12 +31,12 @@ + :text="dictStr(item.lendType, lendTypeList)+'-'+item.name+'-'+item.code " size="30rpx" color="#333333" :bold="true"> - + 账户状态: {{ dictStr(item.status, statusList) }} diff --git a/src/pages/work/bill/creditCardBill/list.vue b/src/pages/work/bill/creditCardBill/list.vue index 14149ba..ec48872 100644 --- a/src/pages/work/bill/creditCardBill/list.vue +++ b/src/pages/work/bill/creditCardBill/list.vue @@ -31,7 +31,7 @@ + :text="item.bankNameCode+ item.name" size="30rpx" color="#333333" :bold="true"> 账单名称: diff --git a/src/pages/work/bill/creditInstallmentHistory/list.vue b/src/pages/work/bill/creditInstallmentHistory/list.vue index f73caf6..8eb29d1 100644 --- a/src/pages/work/bill/creditInstallmentHistory/list.vue +++ b/src/pages/work/bill/creditInstallmentHistory/list.vue @@ -31,12 +31,12 @@ + :text="item.bankNameCode+'金额'+item.installmentAmount+'分'+item.period+'期'" size="30rpx" color="#333333" :bold="true"> - + 结清状态: {{ dictStr(item.state, settleStateList) }} @@ -45,10 +45,10 @@ 分期日期: {{ item.installmentDate }} - + 已还期数: {{ item.repaidPeriod }} diff --git a/src/pages/work/bill/creditQueryRecord/list.vue b/src/pages/work/bill/creditQueryRecord/list.vue index 0dd5237..18c6967 100644 --- a/src/pages/work/bill/creditQueryRecord/list.vue +++ b/src/pages/work/bill/creditQueryRecord/list.vue @@ -38,12 +38,12 @@ + :text="item.queryDate+'-'+item.queryInstitution" size="30rpx" color="#333333" :bold="true"> - + 查询原因: {{ dictStr(item.type, typeList) }} diff --git a/src/pages/work/bill/futuresBill/list.vue b/src/pages/work/bill/futuresBill/list.vue index 19fed05..dcf41bd 100644 --- a/src/pages/work/bill/futuresBill/list.vue +++ b/src/pages/work/bill/futuresBill/list.vue @@ -14,12 +14,12 @@ + :text="item.futureStocksNameCode+item.name" size="30rpx" color="#333333" :bold="true"> - + 账单周期: {{ item.billDatePeriod }} diff --git a/src/pages/work/bill/onlineLendHistory/list.vue b/src/pages/work/bill/onlineLendHistory/list.vue index 31ce1c8..47d6181 100644 --- a/src/pages/work/bill/onlineLendHistory/list.vue +++ b/src/pages/work/bill/onlineLendHistory/list.vue @@ -31,12 +31,12 @@ + :text="item.bankNameCode+'借款'+item.installmentAmount+'分'+item.period+'期'" size="30rpx" color="#333333" :bold="true"> - + 结清状态: {{ dictStr(item.state, settleStateList) }} @@ -45,10 +45,10 @@ 借款日期: {{ item.installmentDate }} - + 已还期数: {{ item.repaidPeriod }} diff --git a/src/pages/work/bill/peopleLendHistory/list.vue b/src/pages/work/bill/peopleLendHistory/list.vue index 2311caf..8d01616 100644 --- a/src/pages/work/bill/peopleLendHistory/list.vue +++ b/src/pages/work/bill/peopleLendHistory/list.vue @@ -31,19 +31,19 @@ + :text="item.installmentDate+'借'+item.bankNameCode+item.installmentAmount" size="30rpx" color="#333333" :bold="true"> - + 结清状态: {{ dictStr(item.state, settleStateList) }} - 借款日期: - {{ item.installmentDate }} + 借款时长 + {{ item.loanDays }} 还款日期: diff --git a/src/pages/work/bill/stocksBill/list.vue b/src/pages/work/bill/stocksBill/list.vue index d35ac80..61b7752 100644 --- a/src/pages/work/bill/stocksBill/list.vue +++ b/src/pages/work/bill/stocksBill/list.vue @@ -14,12 +14,12 @@ + :text="item.futureStocksNameCode+item.name " size="30rpx" color="#333333" :bold="true"> - + 账单周期: {{ item.billDatePeriod }}