2、保养计划
This commit is contained in:
@@ -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');
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user