Quellcode durchsuchen

Merge branch 'develop_yh13' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh13

chenrui vor 2 Jahren
Ursprung
Commit
ad511aef8b
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      public/version.json
  2. 1 1
      src/views/power/user/userList.vue

+ 1 - 1
public/version.json

@@ -1,4 +1,4 @@
 {
-    "version": "2.2.5",
+    "version": "2.2.6",
     "message": "发现有新版本发布,确定更新系统?"
 }

+ 1 - 1
src/views/power/user/userList.vue

@@ -114,7 +114,7 @@ export default {
         { title: '用户名称', dataIndex: 'name', align: 'center', width: '23%', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '手机号码', dataIndex: 'phone', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '用户账号', dataIndex: 'loginName', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '所属分区', dataIndex: 'allSubareaName', width: '8%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
+        // { title: '所属分区', dataIndex: 'allSubareaName', width: '8%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '角色', dataIndex: 'roleNames', width: '23%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '状态', width: '6%', align: 'center', scopedSlots: { customRender: 'status' } },
         { title: '操作', width: '10%', align: 'center', scopedSlots: { customRender: 'action' } }