“工程名称”修改为“用户名称”&删除console打印
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<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="所属地市">
|
||||
@@ -60,7 +60,7 @@ const tableStore = new TableStore({
|
||||
// { field: 'responsibleDepartment', title: '归口管理部门', minWidth: 130 },
|
||||
{ field: 'city', title: '所属地市', minWidth: 80 },
|
||||
{ field: 'substation', title: '变电站', minWidth: 100 },
|
||||
{ field: 'projectName', title: '工程名称', minWidth: 170 },
|
||||
{ field: 'projectName', title: '用户名称', minWidth: 170 },
|
||||
{
|
||||
field: 'userType',
|
||||
title: '用户性质',
|
||||
|
||||
Reference in New Issue
Block a user