diff --git a/src/components/common/CardPottom.vue b/src/components/common/CardPottom.vue index 600c4f5c1b0592734cebf99276b943a93b57ffbb..170be539a0f5b675929c31804102e0a26bab9813 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 716f79ed1dddbe5dec20619079b572b5df6147bc..7770af393ea4a6deab1e9b092741af4f61f26031 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 8c7d58efcb986aa51f5d2224cc4190b1d8b5816f..b5d4a20e617e1f7ec004d993ad36e09e796d22c5 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 18ade83037b9a1a637aac0ab8d71a6ff360c9e34..0ed1c1c79def63f9cda186eb737d24edb6d17749 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";