Commit ea037a29 authored by miaojiale's avatar miaojiale

去除身份证

parent e2fcec46
......@@ -77,14 +77,14 @@ export default {
: "--"
},
},
{
label: "身份证",
minWidth: 120,
value: "idCard",
formatter: (row) => {
return row.idCard ? row.idCard : "--"
},
},
// {
// label: "身份证",
// minWidth: 120,
// value: "idCard",
// formatter: (row) => {
// return row.idCard ? row.idCard : "--"
// },
// },
{
label: "年龄",
minWidth: 120,
......
......@@ -131,14 +131,14 @@ export default {
: "--"
},
},
{
label: "身份证",
minWidth: 120,
value: "idCard",
formatter: (row) => {
return row.idCard ? row.idCard : "--"
},
},
// {
// label: "身份证",
// minWidth: 120,
// value: "idCard",
// formatter: (row) => {
// return row.idCard ? row.idCard : "--"
// },
// },
{
label: "年龄",
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