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'
|
||||
const columns = [
|
||||
{
|
||||
title: 'STATION',
|
||||
title: 'STATION CODE',
|
||||
align: 'center',
|
||||
dataIndex: 'stationList',
|
||||
width: 160,
|
||||
|
@ -231,7 +231,7 @@ const columns = [
|
|||
width: 200,
|
||||
},
|
||||
{
|
||||
title: 'DATA SOURCES ',
|
||||
title: 'DATA SOURCE ',
|
||||
align: 'center',
|
||||
dataIndex: 'sourceList',
|
||||
width: 180,
|
||||
|
|
Loading…
Reference in New Issue
Block a user