cloud-web-corejs 1.0.74 → 1.0.75

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.74",
4
+ "version": "1.0.75",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -96,11 +96,11 @@ export default {
96
96
  width: 150,
97
97
  fixed: 'left'
98
98
  },
99
- {
99
+ /* {
100
100
  field: 'code',
101
101
  title: this.$t1('岗位编码'),
102
102
  width: 250
103
- },
103
+ }, */
104
104
  {title: this.$t1('所属组织'), field: 'companyName', width: 150},
105
105
  {
106
106
  field: 'enabled',
@@ -106,11 +106,11 @@ export default {
106
106
  sortable: true,
107
107
  fixed: 'left'
108
108
  },
109
- {
109
+ /* {
110
110
  title: this.$t1('角色编码'),
111
111
  field: 'code',
112
112
  width: 150
113
- },
113
+ }, */
114
114
  {
115
115
  title: this.$t1('角色描述'),
116
116
  field: 'description',