普测测试流程

This commit is contained in:
2024-06-04 10:51:54 +08:00
parent b919fb8447
commit 031c0d178d
9 changed files with 412 additions and 498 deletions

View File

@@ -41,7 +41,7 @@ const tableStore = new TableStore({
},
{
field: 'deptName',
title: '普测负责单位'
title: '负责单位'
},
{
field: 'substation',
@@ -52,7 +52,7 @@ const tableStore = new TableStore({
},
{
field: 'planName',
title: '普测计划名称'
title: '普测计划'
},
{ field: 'planStartTime', title: '计划开始时间' },
{ field: 'planEndTime', title: '计划结束时间' },
@@ -189,7 +189,6 @@ const handleAudit = (instanceId: string,historyInstanceId:string) => {
// 取消
onMounted(() => {
TableHeaderRef.value.setInterval(1)
tableStore.index()
getUserByRoleType(3).then(res => {
auditList.value = res.data