We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e575f3 commit 853dab7Copy full SHA for 853dab7
src/views/bpm/group/group.data.ts
@@ -16,6 +16,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
16
primaryType: 'id',
17
primaryTitle: '编号',
18
action: true,
19
+ searchSpan: 8,
20
columns: [
21
{
22
title: '组名',
src/views/bpm/oa/leave/leave.data.ts
primaryTitle: '申请编号',
actionWidth: '260',
title: t('common.status'),
src/views/bpm/task/todo/todo.data.ts
@@ -7,6 +7,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
7
primaryKey: 'id',
8
primaryType: null,
9
10
11
12
13
title: '任务编号',
0 commit comments