普测计划

This commit is contained in:
2024-06-03 19:29:07 +08:00
parent 4322a76f25
commit 0e61d6a6db
5 changed files with 69 additions and 75 deletions

View File

@@ -2,7 +2,7 @@
<div>
<TableHeader ref='TableHeaderRef'>
<template #select>
<el-form-item label='工程名称'>
<el-form-item label='用户名称'>
<el-input v-model='tableStore.table.params.projectName' clearable></el-input>
</el-form-item>
<el-form-item label='所属地市'>
@@ -57,7 +57,7 @@ const tableStore = new TableStore({
return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1
}
},
{ field: 'projectName', title: '工程名称', minWidth: 170 },
{ field: 'projectName', title: '用户名称', minWidth: 170 },
{ field: 'city', title: '所属地市', minWidth: 80 },
// { field: 'responsibleDepartment', title: '归口管理部门', minWidth: 130 },
{