diff --git a/src/pages/work/accounts/accounts/list.vue b/src/pages/work/accounts/accounts/list.vue index 769c8b0..2fc678f 100644 --- a/src/pages/work/accounts/accounts/list.vue +++ b/src/pages/work/accounts/accounts/list.vue @@ -36,20 +36,20 @@ - - - 账户类型: - {{ dictStr(item.type, accountType) }} + :text="dictStr(item.type, accountType)+'-'+item.name+':可用'+item.availableLimit" size="30rpx" color="#333333" :bold="true"> + 账号: + {{ item.code }} + + 余额: diff --git a/src/pages/work/base/lend/list.vue b/src/pages/work/base/lend/list.vue index 40a2aa5..f3df740 100644 --- a/src/pages/work/base/lend/list.vue +++ b/src/pages/work/base/lend/list.vue @@ -31,7 +31,7 @@ + :text="dictStr(item.lendType, lendTypeList)+'-'+item.name+'('+item.code+')' " size="30rpx" color="#333333" :bold="true"> 账单状态: {{ dictStr(item.billState, billStateList) }} diff --git a/src/pages/work/bill/creditInstallmentHistory/list.vue b/src/pages/work/bill/creditInstallmentHistory/list.vue index 8eb29d1..658f53a 100644 --- a/src/pages/work/bill/creditInstallmentHistory/list.vue +++ b/src/pages/work/bill/creditInstallmentHistory/list.vue @@ -31,7 +31,7 @@ + :text="item.bankNameCode+':分期'+item.installmentAmount+',共'+item.period+'期'" size="30rpx" color="#333333" :bold="true">