设备登记列表
This commit is contained in:
@@ -75,21 +75,22 @@ const tableStore = new TableStore({
|
||||
url: '/system-boot/csDictData/list',
|
||||
method: 'POST',
|
||||
column: [
|
||||
{ title: '数据分类', field: 'dataTypeName' },
|
||||
{ title: '数据名称', field: 'name' },
|
||||
{ title: '别名', field: 'otherName' },
|
||||
{ title: '展示名称', field: 'showName' },
|
||||
{ title: '数据分类', field: 'dataTypeName' , width: 170 },
|
||||
{ title: '数据名称', field: 'name' , width: 220 },
|
||||
{ title: '别名', field: 'otherName' , width: 220 },
|
||||
{ title: '展示名称', field: 'showName' , width: 170 },
|
||||
{ title: '相别', field: 'phaseName', width: 80 },
|
||||
{ title: '单位', field: 'unit', width: 80 },
|
||||
{ title: '基础数据类型', field: 'type', width: 80 },
|
||||
{ title: '数据谐波次数', field: 'harmStartEnd' },
|
||||
{ title: '数据统计方法', field: 'statMethod' },
|
||||
{ title: '数据存储', field: 'classIdName' },
|
||||
{ title: '数据来源', field: 'resourcesIdName' },
|
||||
{ title: '基础数据类型', field: 'type', width: 170 },
|
||||
{ title: '数据谐波次数', field: 'harmStartEnd', width: 170 },
|
||||
{ title: '数据统计方法', field: 'statMethod', width: 170 },
|
||||
{ title: '数据存储', field: 'classIdName' , width: 120 },
|
||||
{ title: '数据来源', field: 'resourcesIdName' , width: 120 },
|
||||
{
|
||||
title: '操作',
|
||||
align: 'center',
|
||||
width: '180',
|
||||
fixed: 'right',
|
||||
render: 'buttons',
|
||||
buttons: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user