修改 技术监督 表格顺序 修改工程名称

This commit is contained in:
GGJ
2024-08-23 10:11:30 +08:00
parent c6162fe10f
commit 130476cc3a
11 changed files with 65 additions and 62 deletions

View File

@@ -2,10 +2,10 @@
<div>
<TableHeader ref="TableHeaderRef">
<template #select>
<el-form-item label="用户名称">
<el-form-item label="项目名称">
<el-input
style="width: 200px"
placeholder="请输入用户名称"
placeholder="请输入项目名称"
v-model="tableStore.table.params.projectName"
clearable
></el-input>
@@ -64,7 +64,9 @@ const tableStore = new TableStore({
method: 'POST',
column: [
{ title: '序号', type: 'seq', width: 80 },
{ field: 'projectName', title: '用户名称', minWidth: 170 },
{ field: 'city', title: '所在地市', minWidth: 80 },
{ field: 'substation', title: '厂站名称', minWidth: 100 },
{ field: 'projectName', title: '项目名称', minWidth: 170 },
{
field: 'userType',
title: '用户性质',
@@ -74,7 +76,7 @@ const tableStore = new TableStore({
return getUserTypeName(userType)
}
},
{ field: 'city', title: '所在地市', minWidth: 80 },
{ field: 'responsibleDepartment', title: '归口管理部门', minWidth: 130 },
{
field: 'userStatus',
@@ -94,7 +96,6 @@ const tableStore = new TableStore({
3: '退运'
}
},
{ field: 'substation', title: '厂站名称', minWidth: 100 },
{
field: 'createBy',
title: '填报人',