From 03c8a00ac0d51f3ca60bfbb4ee939930d493e802 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Wed, 27 Mar 2024 10:35:43 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/project/view/task/index.html b/app/project/view/task/index.html index ed4aea5..f28b629 100644 --- a/app/project/view/task/index.html +++ b/app/project/view/task/index.html @@ -120,8 +120,8 @@ // return html; // } // } - , { field: 'admin_name', title: '创建人', width: 300 } - , { field: 'create_time', title: '创建时间', width: 300 } + , { field: 'admin_name', title: '创建人', } + , { field: 'create_time', title: '创建时间', } , { field: 'project_name', title: '关联项目', width: 300 } , { field: 'director_name', title: '负责人', align: 'center', width: 80 } , { field: 'assist_admin_names', title: '协作人', width: 200 }