Browse Source

区域管理管理员日志优化

gzb
wangzhonglu 7 months ago
parent
commit
f7fa6e506e
1 changed files with 15 additions and 0 deletions
  1. 15
    0
      src/views/regionSection/log/admin.vue

+ 15
- 0
src/views/regionSection/log/admin.vue View File

70
             );
70
             );
71
           }
71
           }
72
         },
72
         },
73
+        {
74
+          title: "区域名称",
75
+          key: "regionName",
76
+          minWidth: 100,
77
+          align: "center"
78
+        },
79
+        {
80
+          title: "学校名称",
81
+          key: "schoolName",
82
+          minWidth: 100,
83
+          align: "center"
84
+        },
73
         {
85
         {
74
           title: "登录名",
86
           title: "登录名",
75
           key: "loginname",
87
           key: "loginname",
88
+          minWidth: 100,
76
           align: "center"
89
           align: "center"
77
         },
90
         },
78
         {
91
         {
79
           title: "姓名",
92
           title: "姓名",
80
           key: "aname",
93
           key: "aname",
94
+          minWidth: 100,
81
           align: "center"
95
           align: "center"
82
         },
96
         },
83
         {
97
         {
84
           title: "事件",
98
           title: "事件",
85
           key: "content",
99
           key: "content",
100
+          minWidth: 100,
86
           align: "center"
101
           align: "center"
87
         },
102
         },
88
         {
103
         {

Loading…
Cancel
Save