From 0e1254cefeda20968115841f31f7b5b24c0e870d Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Tue, 13 Aug 2024 18:10:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=86=E6=9C=9F=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=EF=BC=8C=E8=82=A1=E7=A5=A8=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF?= =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/invest/creditInstallmentHistory/index.vue | 2 +- src/views/invest/onlineLendHistory/index.vue | 8 ++++---- src/views/invest/stocks/index.vue | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/invest/creditInstallmentHistory/index.vue b/src/views/invest/creditInstallmentHistory/index.vue index 81c9d3b..7b2dcb0 100644 --- a/src/views/invest/creditInstallmentHistory/index.vue +++ b/src/views/invest/creditInstallmentHistory/index.vue @@ -182,7 +182,7 @@
基本信息
- 新增 + 删除明细 总利息汇总
diff --git a/src/views/invest/onlineLendHistory/index.vue b/src/views/invest/onlineLendHistory/index.vue index c0f8ca1..f123e40 100644 --- a/src/views/invest/onlineLendHistory/index.vue +++ b/src/views/invest/onlineLendHistory/index.vue @@ -130,7 +130,7 @@ - + @@ -171,7 +171,7 @@
基本信息
- 新增 + 总利息汇总
@@ -453,7 +453,7 @@ function handleAdd() { /** 新增按钮操作 */ function handleAddDetail() { resetDetail() - titleDetail.value = '添加分期历史明细' + titleDetail.value = '添加贷款明细' openDetail.value = true } @@ -506,7 +506,7 @@ function handleUpdateDetail(row) { getInstallmentDetail(row.id).then((response) => { formDetail.value = response.data openDetail.value = true - titleDetail.value = '修改分期历史明细' + titleDetail.value = '修改贷款明细' }) } diff --git a/src/views/invest/stocks/index.vue b/src/views/invest/stocks/index.vue index afe8f0d..fc9bd60 100644 --- a/src/views/invest/stocks/index.vue +++ b/src/views/invest/stocks/index.vue @@ -31,14 +31,14 @@ - + - + - + @@ -88,7 +88,7 @@ - +