From 6bb1523cc4bf7dd036d35be7d44ae96bdb627b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cgrape=E2=80=9D?= <18746553572@163.com> Date: Wed, 17 Aug 2022 19:02:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workbench/PersonLod.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/views/workbench/PersonLod.vue b/src/views/workbench/PersonLod.vue index 3231084..b920660 100644 --- a/src/views/workbench/PersonLod.vue +++ b/src/views/workbench/PersonLod.vue @@ -40,6 +40,17 @@ + + + + + + + + + + +
修改
@@ -60,6 +71,8 @@ export default class PersonLod extends Vue { IdCard: string = ""//身份证号 phone: string = ""//手机号 liveAdress: string = ""//居住地址 + password : String =""//原始密码 + newPassword : String =""//原始密码 }