From cc9918e8e2537f92228b1148a6a320d84666258d Mon Sep 17 00:00:00 2001
From: mkm <727897186@qq.com>
Date: Wed, 27 Mar 2024 10:39:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/project/view/task/index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/project/view/task/index.html b/app/project/view/task/index.html
index f28b629..24cfd02 100644
--- a/app/project/view/task/index.html
+++ b/app/project/view/task/index.html
@@ -96,7 +96,7 @@
}
, { field: 'cate_name', title: '工作类型', width: 90, align: 'center' }
,{
- field: 'title', title: '任务主题',minWidth:240, rowspan: 2, templet: function (d) {
+ field: 'title', title: '任务主题',minWidth:500, rowspan: 2, templet: function (d) {
var html = '' + d.priority_name + ' ' + d.title + '';
return html;
}
@@ -120,9 +120,9 @@
// return html;
// }
// }
- , { field: 'admin_name', title: '创建人', }
+ , { field: 'admin_name', title: '创建人',width: 100 }
, { field: 'create_time', title: '创建时间', }
- , { field: 'project_name', title: '关联项目', width: 300 }
+ , { field: 'project_name', title: '关联项目', width: 150 }
, { field: 'director_name', title: '负责人', align: 'center', width: 80 }
, { field: 'assist_admin_names', title: '协作人', width: 200 }
, { field: 'plan_hours', title: '预估工时', align: 'center', width: 80 }