'考试管理人员管理'

This commit is contained in:
esacpe
2025-09-24 21:43:12 +08:00
parent 6fe683e97e
commit e067629cdb
10 changed files with 142 additions and 47 deletions

View File

@ -96,8 +96,8 @@ const pageData = reactive({
{ label: "姓名", prop: "xm" },
{ label: "证件号码", prop: "sfzh" },
{ label: "联系方式", prop: "lxdh" },
{ label: "线上培训时间", prop: "" },
{ label: "线下培训课程", prop: "" },
{ label: "线上培训时间", prop: "xspxsc" },
{ label: "线下培训课程", prop: "xxpxsc" },
{ label: "考试成绩", prop: "ksfs" },
]
});
@ -113,8 +113,8 @@ const getList = async ({ id = "" }, type = '') => {
const res = await qcckPost({
...pageData.pageConfiger,
// sfcjpx: 1,
pxxmid: id
}, `/mosty-base/baxx/pxry/page`)
ksglid: id
}, `/mosty-base/baxx/ksry/list`)
if (res) {
pageData.tableData = res.records || [];
pageData.total = res.total;