Commit ea037a29 authored by miaojiale's avatar miaojiale

去除身份证

parent e2fcec46
...@@ -77,14 +77,14 @@ export default { ...@@ -77,14 +77,14 @@ export default {
: "--" : "--"
}, },
}, },
{ // {
label: "身份证", // label: "身份证",
minWidth: 120, // minWidth: 120,
value: "idCard", // value: "idCard",
formatter: (row) => { // formatter: (row) => {
return row.idCard ? row.idCard : "--" // return row.idCard ? row.idCard : "--"
}, // },
}, // },
{ {
label: "年龄", label: "年龄",
minWidth: 120, minWidth: 120,
......
...@@ -131,14 +131,14 @@ export default { ...@@ -131,14 +131,14 @@ export default {
: "--" : "--"
}, },
}, },
{ // {
label: "身份证", // label: "身份证",
minWidth: 120, // minWidth: 120,
value: "idCard", // value: "idCard",
formatter: (row) => { // formatter: (row) => {
return row.idCard ? row.idCard : "--" // return row.idCard ? row.idCard : "--"
}, // },
}, // },
{ {
label: "年龄", label: "年龄",
minWidth: 120, minWidth: 120,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment