1、设备列表
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

2、保养计划
This commit is contained in:
2025-07-16 17:32:23 +08:00
parent 8c69441190
commit 56440da41b
14 changed files with 1842 additions and 6 deletions

View File

@@ -15,10 +15,10 @@ export const querySchema: FormSchemaGetter = () => [
{
component: 'Select',
componentProps: {
options:getDictOptions('wy_xjqdfs')
options:getDictOptions('wy_xjzt')
},
fieldName: 'taskType',
label: '巡检方式',
fieldName: 'status',
label: '巡检状态',
},
];
@@ -73,7 +73,7 @@ export const columns: VxeGridProps['columns'] = [
width:100,
slots: {
default: ({ row }) => {
return renderDict(row.taskType, 'wy_xjqdfs');
return renderDict(row.taskType, 'wy_xjzt');
},
},
},