预警查询-字段增加

This commit is contained in:
bb_pan 2025-09-05 18:30:33 +08:00
parent c5a0d37dbe
commit 6d8b037372
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ export default {
total: 0, // total: 0, //
// //
tableColumns: [ tableColumns: [
{ label: '本次检修时间', prop: 'thisCheckTime', width: '100' },
{ label: '下次检修时间', prop: 'nextCheckTime', width: '100' }, { label: '下次检修时间', prop: 'nextCheckTime', width: '100' },
{ label: '物资类型', prop: 'materialType', showTooltip: true }, { label: '物资类型', prop: 'materialType', showTooltip: true },
{ label: '机具类型', prop: 'typeName', showTooltip: true }, { label: '机具类型', prop: 'typeName', showTooltip: true },