Analysis Monitor 模块 Alarm History 表格字段调整
This commit is contained in:
parent
0d5dc20105
commit
6ba0a75e53
|
@ -209,7 +209,7 @@ import TableList from '../../components/tableList.vue'
|
||||||
import { getAction, postAction, httpAction, deleteAction } from '@/api/manage'
|
import { getAction, postAction, httpAction, deleteAction } from '@/api/manage'
|
||||||
const columns = [
|
const columns = [
|
||||||
{
|
{
|
||||||
title: 'STATION',
|
title: 'STATION CODE',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'stationList',
|
dataIndex: 'stationList',
|
||||||
width: 160,
|
width: 160,
|
||||||
|
@ -231,7 +231,7 @@ const columns = [
|
||||||
width: 200,
|
width: 200,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'DATA SOURCES ',
|
title: 'DATA SOURCE ',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'sourceList',
|
dataIndex: 'sourceList',
|
||||||
width: 180,
|
width: 180,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user