343
This commit is contained in:
@@ -80,9 +80,12 @@
|
|||||||
colConfigs() {
|
colConfigs() {
|
||||||
return [
|
return [
|
||||||
{ label: "姓名", prop: "name", align: "left" },
|
{ label: "姓名", prop: "name", align: "left" },
|
||||||
{ label: "性别", prop: "sex", dict: 'sex', align: "center" },
|
// { label: "性别", prop: "sex", dict: 'sex', align: "center" },
|
||||||
{ prop: 'idNumber', label: '身份证号', align: 'center', format: v => v.substring(0, 10) + '****' + v.substring(14, 18) },
|
{ prop: 'idNumber', label: '身份证号', align: 'center'},
|
||||||
{ label: "年龄", prop: "age", 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: "nation", align: "center", dict: "nation" },
|
||||||
{ label: "文化程度", prop: "education", align: "center", dict: "education" },
|
{ label: "文化程度", prop: "education", align: "center", dict: "education" },
|
||||||
{ label: "政治面貌", prop: "politicsStatus", align: "center", dict: "politicsStatus" },
|
{ label: "政治面貌", prop: "politicsStatus", align: "center", dict: "politicsStatus" },
|
||||||
|
|||||||
Reference in New Issue
Block a user