更新
This commit is contained in:
@ -176,15 +176,16 @@ const pageData = reactive({
|
||||
},
|
||||
controlsWidth: 250,
|
||||
tableColumn: [
|
||||
{ label: "姓名", prop: "ryXm" },
|
||||
{ label: "姓名", prop: "ryXm",width: 100 },
|
||||
{ label: "性别", prop: "ryXb", showSolt: true, width: 80 },
|
||||
{ label: "身份证", prop: "rySfzh", width: 180 },
|
||||
{ label: "身份证", prop: "rySfzh", width: 170 },
|
||||
{ label: "民族", prop: "ryMz", showSolt: true, width: 80 },
|
||||
{ label: "户籍派出所", prop: "hjdPcsmc" },
|
||||
{ label: "标签", prop: "bqList", showSolt: true, showOverflowTooltip: true },
|
||||
{ label: "管辖单位", prop: "gxSsbmmc" },
|
||||
{ label: "管控状态", prop: "zdrBkZt", showOverflowTooltip: true,showSolt: true },
|
||||
{ label: "审核状态", prop: "zdrZt", showSolt: true },
|
||||
{ label: "管控状态", prop: "zdrBkZt", showOverflowTooltip: true,showSolt: true, width: 100 },
|
||||
{ label: "审核状态", prop: "zdrZt", showSolt: true, width: 100 },
|
||||
{ label: "入库时间", prop: "zdrRkkssj", },
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user