From f287af35af55dfc2d3f6bf69d4cae4c8ac55fdc5 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Wed, 27 Mar 2024 10:42:23 +0800 Subject: [PATCH] gengx --- app/project/view/task/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/project/view/task/index.html b/app/project/view/task/index.html index 9127f38..268961e 100644 --- a/app/project/view/task/index.html +++ b/app/project/view/task/index.html @@ -121,7 +121,7 @@ // } // } , { field: 'admin_name', title: '创建人',width: 100 } - , { field: 'create_time', title: '创建时间', } + , { field: 'create_time', title: '创建时间', width: 150} , { field: 'project_name', title: '关联项目', width: 150 } , { field: 'director_name', title: '负责人', align: 'center', width: 80 } , { field: 'assist_admin_names', title: '协作人', width: 80 }