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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.234",
4
+ "version": "1.0.54-dev.235",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -1,4 +1,4 @@
1
- import userDialog from "@base/views/user/user/dialog.vue";
1
+ import userDialog from "@base/views/user/user/form_dialog.vue";
2
2
  import {getJsxBtn} from "@base/views/bd/setting/utils/index";
3
3
  import {getBdEnv} from "@base/api/user";
4
4
 
@@ -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: 'companyNames', title: this.$t1('所属组织'), width: 250},
143
+ {field: 'groupName', title: this.$t1('用户组'), width: 250},
144
144
  {
145
145
  width: 47,
146
146
  fixed: 'right',