Skip to content

Commit 853dab7

Browse files
committed
搜索日期显示不全
1 parent 8e575f3 commit 853dab7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/views/bpm/group/group.data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
1616
primaryType: 'id',
1717
primaryTitle: '编号',
1818
action: true,
19+
searchSpan: 8,
1920
columns: [
2021
{
2122
title: '组名',

src/views/bpm/oa/leave/leave.data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
1616
primaryTitle: '申请编号',
1717
action: true,
1818
actionWidth: '260',
19+
searchSpan: 8,
1920
columns: [
2021
{
2122
title: t('common.status'),

src/views/bpm/task/todo/todo.data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
77
primaryKey: 'id',
88
primaryType: null,
99
action: true,
10+
searchSpan: 8,
1011
columns: [
1112
{
1213
title: '任务编号',

0 commit comments

Comments
 (0)