修改 变电站 名称

This commit is contained in:
GGJ
2024-08-21 18:03:11 +08:00
parent ed4d982cbe
commit 760a7d9c5c
11 changed files with 25 additions and 12 deletions

View File

@@ -65,11 +65,11 @@
/>
</el-select>
</el-form-item>
<el-form-item label="变电站" prop="substation">
<el-form-item label="厂站名称" prop="substation">
<el-input
v-model="form.substation"
autocomplete="off"
placeholder="请输入变电站"
placeholder="请输入厂站名称"
:disabled="openType == 'detail'"
/>
</el-form-item>

View File

@@ -146,7 +146,7 @@ const tableStore = new TableStore({
},
{
field: 'substation',
title: '变电站',
title: '厂站名称',
minWidth: 100,
formatter: (row: any) => {
row.cellValue = row.cellValue ? row.cellValue : '/'

View File

@@ -122,7 +122,7 @@ const tableStore = new TableStore({
3: '退运'
}
},
{ field: 'substation', title: '变电站', minWidth: 100 },
{ field: 'substation', title: '厂站名称', minWidth: 100 },
{
field: 'status',
title: '流程状态',

View File

@@ -85,8 +85,8 @@
/>
</el-select>
</el-form-item>
<el-form-item for="-" label="变电站" prop="substation">
<el-input v-model="form.substation" autocomplete="off" placeholder="请输入变电站" />
<el-form-item for="-" label="厂站名称" prop="substation">
<el-input v-model="form.substation" autocomplete="off" placeholder="请输入厂站名称" />
</el-form-item>
<el-form-item
for="-"

View File

@@ -33,7 +33,7 @@
})?.label
}}
</el-descriptions-item>
<el-descriptions-item label="变电站">
<el-descriptions-item label="厂站名称">
{{ detailData.substation }}
</el-descriptions-item>
<el-descriptions-item label="工程名">

View File

@@ -88,7 +88,7 @@ const tableStore = new TableStore({
},
{
field: 'substation',
title: '变电站',
title: '厂站名称',
minWidth: 100,
formatter: (row: any) => {
row.cellValue = row.cellValue ? row.cellValue : '/'