Browse Source

搜索日期显示不全

gexinzhineng/gxzn27 2 years ago
parent
commit
853dab7ffb

+ 1 - 0
src/views/bpm/group/group.data.ts

@@ -16,6 +16,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
   primaryType: 'id',
   primaryTitle: '编号',
   action: true,
+  searchSpan: 8,
   columns: [
     {
       title: '组名',

+ 1 - 0
src/views/bpm/oa/leave/leave.data.ts

@@ -16,6 +16,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
   primaryTitle: '申请编号',
   action: true,
   actionWidth: '260',
+  searchSpan: 8,
   columns: [
     {
       title: t('common.status'),

+ 1 - 0
src/views/bpm/task/todo/todo.data.ts

@@ -7,6 +7,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
   primaryKey: 'id',
   primaryType: null,
   action: true,
+  searchSpan: 8,
   columns: [
     {
       title: '任务编号',