songxingwei 2 năm trước cách đây
mục cha
commit
27ecc23a43
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/admin/view/user/index.html

+ 2 - 2
app/admin/view/user/index.html

@@ -63,9 +63,9 @@
                 {field: 'login_num', title: '登录次数', align: 'center', minWidth: 100, sort: true},
                 {field: 'usertype', title: '类型', align: 'center', minWidth: 110,templet: function (d) {
                     if (d.usertype=='admin'){
-                        return '后台用户';
+                        return '后台用户'
                     }else if (d.usertype=='shop'){
-                        return '商家';
+                        return '商家'
                     }else if (d.usertype=='shipyard'){
                         return '船厂'
                     }