lcw
This commit is contained in:
@ -81,7 +81,7 @@ const searchConfiger = ref([
|
||||
]);
|
||||
|
||||
const pageData = reactive({
|
||||
tableData: [{}],
|
||||
tableData: [],
|
||||
keyCount: 0,
|
||||
tableConfiger: {
|
||||
rowHieght: 61,
|
||||
@ -99,7 +99,7 @@ const pageData = reactive({
|
||||
{ label: "证件号码", prop: "zjhm" },
|
||||
{ label: "联系方式", prop: "lxdh" },
|
||||
{ label: "岗位", prop: "gw", showSolt: true },
|
||||
{ label: "申请时间", prop: "xtCjsj" },
|
||||
{ label: "申请时间", prop: "sqrq" },
|
||||
{ label: "是否上传资料", prop: "pxgs", showSolt: true },
|
||||
{ label: "是否线上培训", prop: "sfpx", showSolt: true },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user