ALARM -- Analysis Monitor --- Avg Nuclide 页面列表增加STATION
This commit is contained in:
parent
8c6ee232f4
commit
80c1f47996
|
@ -89,6 +89,11 @@ import moment from 'moment'
|
||||||
import TableList from '../../components/tableList.vue'
|
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',
|
||||||
|
align: 'center',
|
||||||
|
dataIndex: 'stationCode',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'NUCLIDE',
|
title: 'NUCLIDE',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user