feat:工单类型添加上级类型
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-08-06 13:57:40 +08:00
parent 6d6646ed3b
commit ee8e459aed
10 changed files with 112 additions and 49 deletions

View File

@@ -28,7 +28,7 @@ export const querySchema: FormSchemaGetter = () => [
options:getDictOptions(DictEnum.WY_ZCSHZT)
},
fieldName: 'state',
label: '领用状态',
label: '审核状态',
},
// {
// component: 'Input',
@@ -78,7 +78,7 @@ export const columns: VxeGridProps['columns'] = [
field: 'applicationTime',
},
{
title: '领用状态',
title: '审核状态',
field: 'state',
slots: {
default: ({ row }) => {