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