'单位信息、从业人员管理、申请人员、申请人员、保安待培训人员管理、保安培训项目管理、保安考试管理页面对接处理'
This commit is contained in:
@ -55,13 +55,13 @@ const D_BZ_BXDLX = ref([]);
|
||||
const searchConfiger = ref([
|
||||
{
|
||||
label: "培训项目名称",
|
||||
prop: "xm",
|
||||
prop: "xmmc",
|
||||
placeholder: "请输入培训项目名称",
|
||||
showType: "input"
|
||||
},
|
||||
{
|
||||
label: "培训开始时间",
|
||||
prop: "sfzh",
|
||||
prop: "kssj",
|
||||
placeholder: "请选择培训开始时间",
|
||||
showType: "date"
|
||||
},
|
||||
@ -82,11 +82,11 @@ const pageData = reactive({
|
||||
},
|
||||
controlsWidth: 180,
|
||||
tableColumn: [
|
||||
{ label: "培训项目名称", prop: "xm" },
|
||||
{ label: "培训开始时间", prop: "sfzh" },
|
||||
{ label: "培训结束时间", prop: "sfzh" },
|
||||
{ label: "培训公司", prop: "sfzh" },
|
||||
{ label: "培训地址", prop: "lxdh" },
|
||||
{ label: "培训项目名称", prop: "xmmc" },
|
||||
{ label: "培训开始时间", prop: "kssj" },
|
||||
{ label: "培训结束时间", prop: "jssj" },
|
||||
{ label: "培训公司", prop: "pxgs" },
|
||||
{ label: "培训地址", prop: "pxdz" },
|
||||
]
|
||||
});
|
||||
|
||||
@ -121,7 +121,7 @@ const getList = async () => {
|
||||
const res = await qcckPost({
|
||||
...pageData.pageConfiger,
|
||||
...queryFrom.value
|
||||
}, `/mosty-base/baxx/pxry/page`)
|
||||
}, `/mosty-base/baxx/pxxm/page`)
|
||||
|
||||
if(res) {
|
||||
pageData.tableData = res.records || [];
|
||||
|
||||
Reference in New Issue
Block a user