diff --git a/WebRoot/view/tb/dis/task_view.html b/WebRoot/view/tb/dis/task_view.html
index 2ee21985..2e1532a9 100644
--- a/WebRoot/view/tb/dis/task_view.html
+++ b/WebRoot/view/tb/dis/task_view.html
@@ -122,7 +122,7 @@
{ title: '联系人', field: 'person_name', align: 'center', width: "15%" },
{ title: '电话', field: 'telephone', align: 'center', width: "10%" },
{ title: '邮箱', field: 'email', align: 'center', width: "10%" },
- { title: '操作', align: 'center', width: "15%", toolbar: '#table-bar' }
+ // { title: '操作', align: 'center', width: "15%", toolbar: '#table-bar' }
]],
skin: 'line',
defaultToolbar: [],
diff --git a/WebRoot/view/tb/dis/task_view_p.html b/WebRoot/view/tb/dis/task_view_p.html
index e096a7be..10a5e078 100644
--- a/WebRoot/view/tb/dis/task_view_p.html
+++ b/WebRoot/view/tb/dis/task_view_p.html
@@ -124,7 +124,7 @@
// { title: '联系人', field: 'person_name', align: 'center', width: "15%" },
// { title: '电话', field: 'telephone', align: 'center', width: "10%" },
// { title: '邮箱', field: 'email', align: 'center', width: "10%" },
- { title: '操作', align: 'center', width: "15%", toolbar: '#table-bar' }
+ // { title: '操作', align: 'center', width: "15%", toolbar: '#table-bar' }
]],
skin: 'line',
defaultToolbar: [],