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
@@ -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',
|