'考试管理人员管理'
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user