Analysis Monitor 模块 Alarm History 表格字段调整

This commit is contained in:
任珮宇 2023-12-11 15:25:48 +08:00
parent 0d5dc20105
commit 6ba0a75e53

View File

@ -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,