cloud-web-corejs 1.0.54-dev.234 → 1.0.54-dev.235
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -140,7 +140,7 @@ export default {
|
|
140
140
|
{type: 'checkbox', width: 50, resizable: false, fixed: 'left'},
|
141
141
|
{title: this.$t1('登录名'), field: 'loginAccount', width: 250, fixed: 'left'},
|
142
142
|
{field: 'nickName', title: this.$t1('姓名'), width: 150},
|
143
|
-
{field: '
|
143
|
+
{field: 'groupName', title: this.$t1('用户组'), width: 250},
|
144
144
|
{
|
145
145
|
width: 47,
|
146
146
|
fixed: 'right',
|