Browse Source

fix:预警点号列表字段调整

pull/62/head
肖晋飞 1 month ago
parent
commit
5a2de0077a
  1. 12
      src/views/run/instant/warnConfig/warn.data.ts
  2. 6
      src/views/run/model/point.data.ts

12
src/views/run/instant/warnConfig/warn.data.ts

@ -44,6 +44,18 @@ export const columns: BasicColumn[] = [
dataIndex: 'systemName',
width: 200,
},
{
title: '报警表达式',
dataIndex: 'equation',
width: 200,
},
{
title: '输出点号',
dataIndex: 'outputPoint',
width: 200,
},
{
title: '报警类型',

6
src/views/run/model/point.data.ts

@ -6,17 +6,17 @@ import { DICT_TYPE, getDictOptions } from '@/utils/dict'
export const columns: BasicColumn[] = [
{
title: '点号',
dataIndex: 'PointId',
dataIndex: 'pointId',
width: 150,
},
{
title: '描述',
dataIndex: 'Description',
dataIndex: 'description',
width: 200,
},
{
title: '单位',
dataIndex: 'Unit',
dataIndex: 'unit',
width: 80,
},

Loading…
Cancel
Save