修改冀北现场问题

绘制 算法库 案例库页面
联调 辽宁 有功功率页面
This commit is contained in:
GGJ
2024-09-04 20:59:57 +08:00
parent 3ac62fc98c
commit 630156f221
21 changed files with 7777 additions and 81 deletions

View File

@@ -41,10 +41,9 @@ const tableStore = new TableStore({
method: 'POST',
column: [
{
field: 'index',
title: '序号',
type: 'seq',
align: 'center',
width: 60,
width: '80',
formatter: (row: any) => {
return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1
}
@@ -62,9 +61,9 @@ const tableStore = new TableStore({
formatter: (row: any) => scaleList.filter(item => item.id == row.cellValue)[0]?.name
},
{ field: 'ratedPower', title: '额定有功功率' },
{ field: 'ratedPower', title: '额定有功功率(kV)' },
{ field: 'longitude', title: '经度' },
{ field: 'latitude', title: '度' },
{ field: 'latitude', title: '度' },
{
title: '操作',
align: 'center',