From 0f24fec76ad197c2b256c6e757ea00f47199ab3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cgrape=E2=80=9D?= <18746553572@163.com> Date: Tue, 25 Oct 2022 10:32:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E6=8E=A7=E5=88=B6=E5=8F=B0?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/CardPottom.vue | 6 +++--- src/views/workbench/AccommodMain.vue | 6 +++--- src/views/workbench/Repayment.vue | 8 ++++---- src/views/workbench/modifyInfo.vue | 3 ++- src/views/workbench/modifyPassword.vue | 3 ++- 5 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/components/common/CardPottom.vue b/src/components/common/CardPottom.vue index 600c4f5..170be53 100644 --- a/src/components/common/CardPottom.vue +++ b/src/components/common/CardPottom.vue @@ -21,7 +21,7 @@ - + @@ -14,7 +14,7 @@
-
+
@@ -172,7 +172,7 @@ export default class AccommodMain extends Vue { status: 1 }, { - contractNo: "117647289092", + contractNo: "117647289093", contractType: "一般借款合同", contractAmount: "30,000.00", contractRate: "1.13%", diff --git a/src/views/workbench/Repayment.vue b/src/views/workbench/Repayment.vue index 716f79e..7770af3 100644 --- a/src/views/workbench/Repayment.vue +++ b/src/views/workbench/Repayment.vue @@ -107,7 +107,7 @@ export default class Repayment extends Vue { residual: "1000" }, { - key: "1", + key: "2", Period: "1", Repayment: "2020-01-01", principal: "1100", @@ -116,7 +116,7 @@ export default class Repayment extends Vue { residual: "1000" }, { - key: "1", + key: "3", Period: "1", Repayment: "2020-01-01", principal: "1100", @@ -125,7 +125,7 @@ export default class Repayment extends Vue { residual: "1000" }, { - key: "1", + key: "4", Period: "1", Repayment: "2020-01-01", principal: "1100", @@ -134,7 +134,7 @@ export default class Repayment extends Vue { residual: "1000" }, { - key: "1", + key: "5", Period: "1", Repayment: "2020-01-01", principal: "1100", diff --git a/src/views/workbench/modifyInfo.vue b/src/views/workbench/modifyInfo.vue index 8c7d58e..b5d4a20 100644 --- a/src/views/workbench/modifyInfo.vue +++ b/src/views/workbench/modifyInfo.vue @@ -11,7 +11,8 @@
- + +
diff --git a/src/views/workbench/modifyPassword.vue b/src/views/workbench/modifyPassword.vue index 18ade83..0ed1c1c 100644 --- a/src/views/workbench/modifyPassword.vue +++ b/src/views/workbench/modifyPassword.vue @@ -100,7 +100,8 @@ export default class PersonLod extends Vue { phone: string = ""//手机号 liveAdress: string = ""//居住地址 password : String =""//原始密码 - newPassword : String =""//原始密码 + newPassword : String =""//新密码 + rePassword : String =""//确认新密码 passwordType :string= "password"; passwordTypeA = "password"; -- 2.22.0