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 }