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 }