@ebuilding/base 2.4.2 → 2.4.5

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.
@@ -3270,16 +3270,24 @@ function CompareConditions() {
3270
3270
  function PermissionOrg() {
3271
3271
  const list = [
3272
3272
  {
3273
- label: '本级',
3273
+ label: '全部数据',
3274
+ value: 'ALL',
3275
+ },
3276
+ {
3277
+ label: '本人数据',
3274
3278
  value: 'SELF',
3275
3279
  },
3280
+ {
3281
+ label: '本级',
3282
+ value: 'DEPT',
3283
+ },
3276
3284
  {
3277
3285
  label: '本级+下级',
3278
- value: 'SELF_SUB',
3286
+ value: 'DEPT_SUB',
3279
3287
  },
3280
3288
  {
3281
3289
  label: '本级+下级所有',
3282
- value: 'SELF_SUB_ALL',
3290
+ value: 'DEPT_SUB_ALL',
3283
3291
  },
3284
3292
  {
3285
3293
  label: '下一级',