From 7deff7e4648ce0b0731491a12535fb8773d45cae Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 21 Apr 2023 09:48:07 +0800 Subject: [PATCH] 343 --- project/fengdu/app/AppResidentInfo/components/List.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/project/fengdu/app/AppResidentInfo/components/List.vue b/project/fengdu/app/AppResidentInfo/components/List.vue index edcdd560..5f51f27e 100644 --- a/project/fengdu/app/AppResidentInfo/components/List.vue +++ b/project/fengdu/app/AppResidentInfo/components/List.vue @@ -80,9 +80,12 @@ colConfigs() { return [ { label: "姓名", prop: "name", align: "left" }, - { label: "性别", prop: "sex", dict: 'sex', align: "center" }, - { prop: 'idNumber', label: '身份证号', align: 'center', format: v => v.substring(0, 10) + '****' + v.substring(14, 18) }, - { label: "年龄", prop: "age", align: "center"}, + // { label: "性别", prop: "sex", dict: 'sex', align: "center" }, + { prop: 'idNumber', label: '身份证号', align: 'center'}, + // format: v => v.substring(0, 10) + '****' + v.substring(14, 18) + // { label: "年龄", prop: "age", align: "center"}, + { label: "现住址", prop: "currentAreaName", align: "center" }, + { label: "网格", prop: "girdName", align: "center" }, { label: "民族", prop: "nation", align: "center", dict: "nation" }, { label: "文化程度", prop: "education", align: "center", dict: "education" }, { label: "政治面貌", prop: "politicsStatus", align: "center", dict: "politicsStatus" },