feat:工单处理权重修改为处理优先级
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 5m21s

This commit is contained in:
2025-08-21 17:11:47 +08:00
parent ee9b7017f4
commit a43cb1b390
15 changed files with 130 additions and 57 deletions

View File

@@ -30,7 +30,7 @@ export const querySchema: FormSchemaGetter = () => [
options: getDictOptions('pro_processing_weight'),
},
fieldName: 'processingWeight',
label: '处理权重',
label: '处理优先级',
},
];
@@ -82,7 +82,7 @@ export const columns: VxeGridProps['columns'] = [
width: 100,
},
{
title: '处理权重',
title: '处理优先级',
field: 'processingWeight',
slots: {
default: ({row}) => {
@@ -166,7 +166,7 @@ export const modalSchema: FormSchemaGetter = () => [
rules: 'selectRequired',
},
{
label: '处理权重',
label: '处理优先级',
fieldName: 'processingWeight',
component: 'Select',
componentProps: {