SafetyAlertSystem-ui/src/views/base/edgeInsert/config-insert.js

10 lines
381 B
JavaScript
Raw Normal View History

export const columnsListInsert = [
2024-09-20 10:19:56 +08:00
{ t_props: 'devName', t_label: '设备名称', },
{ t_props: 'devCode', t_label: '设备编码', },
{ t_props: 'unitName', t_label: '所属单位', },
{ t_props: 'areaName', t_label: '所属区域', },
{ t_props: 'devUser', t_label: '设备负责人', },
{ t_props: 'devUserPhone', t_label: '负责人电话', },
]