修正ts类型
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
<el-table v-loading="loading" border :data="routeList">
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column label="巡检人员" align="center" prop="inspectorName" show-overflow-tooltip />
|
||||
<el-table-column label="巡检人员" align="center" prop="roleName" show-overflow-tooltip />
|
||||
<el-table-column label="计划巡检任务" align="center" prop="totalTasks" />
|
||||
<el-table-column label="按时完成" align="center" prop="completedTasks">
|
||||
<template #default="scope">
|
||||
@@ -76,8 +76,6 @@ const data = reactive({
|
||||
});
|
||||
|
||||
const checkdata = ref([]);
|
||||
// TODO 巡检人员名称
|
||||
|
||||
const { queryParams } = toRefs(data);
|
||||
/** 查询巡检路线列表 */
|
||||
const getList = async () => {
|
||||
|
||||
Reference in New Issue
Block a user