This commit is contained in:
2024-03-27 09:43:26 +08:00
parent 98fc1953cf
commit 6ce3faf98d
4 changed files with 38 additions and 56 deletions

View File

@@ -36,7 +36,8 @@ const tableProps = [
},
{
prop: 'objCode',
label: '对象编码'
label: '对象编码',
showOverflowtooltip: true
},
{
prop: 'plcTableName',

View File

@@ -46,7 +46,8 @@ const tableProps = [
prop: 'tableName',
label: '能源表名',
filter: publicFormatter('table_name'),
minWidth: 110
minWidth: 110,
showOverflowtooltip: true
},
{
prop: 'recordTime',

View File

@@ -20,15 +20,18 @@ import * as XLSX from 'xlsx/xlsx.mjs'
const tableProps = [
{
prop: 'objName',
label: '统计对象'
label: '统计对象',
showOverflowtooltip: true
},
{
prop: 'objCode',
label: '对象编码'
label: '对象编码',
showOverflowtooltip: true
},
{
prop: 'energyTypeName',
label: '能源类型'
label: '能源类型',
showOverflowtooltip: true
},
{
prop: 'startValue',