From da6cc144cc4d60805e4693e4adc5ebdf78b5b37d Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期一, 18 九月 2023 16:44:50 +0800
Subject: [PATCH] 集成系统-查询字段修改

---
 Source/UBCS-WEB/src/views/work/todo.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/work/todo.vue b/Source/UBCS-WEB/src/views/work/todo.vue
index 30514b7..35f7281 100644
--- a/Source/UBCS-WEB/src/views/work/todo.vue
+++ b/Source/UBCS-WEB/src/views/work/todo.vue
@@ -5,6 +5,7 @@
       :data="data"
       ref="crud"
       v-model="form"
+      :page.sync="page"
       @search-change="searchChange"
       @search-reset="searchReset"
       @selection-change="selectionChange"
@@ -78,7 +79,7 @@
           viewBtn: false,
           delBtn: false,
           dialogWidth: 900,
-          menuWidth: 200,
+          menuWidth: 220,
           dialogClickModal: false,
           align: 'center',
           column: [{
@@ -88,6 +89,8 @@
             headerAlign:'center',
             align:'left',
             sortable:true,
+            width:360,
+            overHidden:true,
             formatter: (val) => {
               return val.variables.processName
             }
@@ -95,20 +98,24 @@
             label: '鍙戣捣浜�',
             prop: 'createUser',
             sortable:true,
+            width:150,
             formatter: (val) => {
               return val.variables.createUser
             }
           }, {
             label: '鍙戣捣鏃堕棿',
             sortable:true,
-            prop: 'createTime',
+            width:180,
+            prop: 'processDefinitionStartTime'
           }, {
             label: '鎵�灞炴祦绋嬫ā鏉�',
             sortable:true,
+            width:200,
             prop: 'categoryName'
           }, {
             label: '娴佺▼鎻忚堪',
             prop: 'processDesc',
+            overHidden:true,
             formatter: (val) => {
               return val.variables.processDesc
             }

--
Gitblit v1.9.3