Parcourir la source

清除操作栏

linwu il y a 7 mois
Parent
commit
b0a18e49b6

+ 1 - 1
app/admin/view/odd_job/company.html

@@ -74,7 +74,7 @@
                     { field: 'address', width: 200, title: '详细地址', hide: 'true', edit: 'text' },
                     { field: 'status_text', title: '状态', width: 100, align: 'center' },
                     { field: 'createtime', title: '创建时间', width: 170, hide: true },
-                    { title: '操作', width: 100, align: 'center', fixed: 'right', toolbar: '#setTpl' }
+                    // { title: '操作', width: 100, align: 'center', fixed: 'right', toolbar: '#setTpl' }
                 ]
             ],
             page: true,

+ 1 - 1
app/admin/view/odd_job/job.html

@@ -81,7 +81,7 @@
                     { field: 'volume', title: '浏览量', width: 100, align: 'right' },
                     { field: 'updatetime', title: '更新时间', width: 170 },
                     { field: 'createtime', title: '创建时间', width: 170 },
-                    { title: '操作', width: 100, align: 'center', fixed: 'right', toolbar: '#setTpl' }
+                    // { title: '操作', width: 100, align: 'center', fixed: 'right', toolbar: '#setTpl' }
                 ]
             ],
             page: true,

+ 1 - 1
app/admin/view/odd_job/user.html

@@ -95,7 +95,7 @@
                     { field: 'eduexperience', title: '个人描述', minWidth: 150, align: 'center' },
                     { field: 'createtime', title: '注册时间', width: 170},
                     { field: 'followstatus_text', title: '跟进状态', minWidth: 150, align: 'center' },
-                    { title: '操作', minWidth: 100, align: 'center', fixed: 'right', toolbar: '#setTpl' }
+                    // { title: '操作', minWidth: 100, align: 'center', fixed: 'right', toolbar: '#setTpl' }
                 ]
             ],
             page: true,

+ 1 - 1
app/admin/view/recruit/index.html

@@ -42,7 +42,7 @@
                     {field: 'company', title: '招聘主体', width: 200},
                     {field: 'apply_count', title: '报名人数', width: 100},
                     {field: 'apply_start', title: '开始时间', width: 160, align: 'center'},
-                    {title: '操作', width: 150, align: 'center', fixed: 'right', toolbar: '#setTpl'}
+                    // {title: '操作', width: 150, align: 'center', fixed: 'right', toolbar: '#setTpl'}
                 ]
             ],
             page: true,