mooho-base-admin-plus 2.5.8 → 2.5.10

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.
Files changed (34) hide show
  1. package/history.md +2 -0
  2. package/package/mooho-base-admin-plus.min.esm.js +530 -411
  3. package/package/mooho-base-admin-plus.min.js +8 -8
  4. package/package/style.css +1 -1
  5. package/package.json +1 -1
  6. package/src/components/home/shortcut.vue +1 -1
  7. package/src/components/input/dialog-select.vue +1 -1
  8. package/src/components/view/filter-setting.vue +1 -1
  9. package/src/components/view/form-setting.vue +1 -1
  10. package/src/components/view/modal-table.vue +10 -9
  11. package/src/components/view/table-setting.vue +1 -1
  12. package/src/components/view/view-table.vue +10 -9
  13. package/src/pages/system/applicationType.vue +24 -3
  14. package/src/pages/system/customPage.vue +12 -4
  15. package/src/pages/system/dictType.vue +12 -4
  16. package/src/pages/system/formView.vue +13 -4
  17. package/src/pages/system/mailTemplate.vue +12 -4
  18. package/src/pages/system/notice.vue +9 -2
  19. package/src/pages/system/openApi.vue +9 -2
  20. package/src/pages/system/openUser.vue +10 -3
  21. package/src/pages/system/organization.vue +4 -2
  22. package/src/pages/system/organizationType.vue +9 -2
  23. package/src/pages/system/permission.vue +7 -5
  24. package/src/pages/system/planJob.vue +10 -3
  25. package/src/pages/system/printTemplate.vue +16 -2
  26. package/src/pages/system/process.vue +29 -7
  27. package/src/pages/system/processType.vue +9 -2
  28. package/src/pages/system/role.vue +21 -7
  29. package/src/pages/system/sequenceSetting.vue +9 -2
  30. package/src/pages/system/setting.vue +9 -2
  31. package/src/pages/system/tableView.vue +13 -4
  32. package/src/pages/system/taskQueue.vue +2 -2
  33. package/src/pages/system/user.vue +28 -7
  34. package/src/pages/template/viewPage.vue +3 -3
package/history.md CHANGED
@@ -102,3 +102,5 @@ mooho-base-admin-plus@2.5.4 - 输入框允许删除
102
102
  mooho-base-admin-plus@2.5.6 - 富文本编辑器地址可配置
103
103
  mooho-base-admin-plus@2.5.7 - 解决序号来不及加载的问题
104
104
  mooho-base-admin-plus@2.5.8 - 表格只读时禁止选择
105
+ mooho-base-admin-plus@2.5.9 - 表格增加highlightRow属性和on-current-change事件
106
+ mooho-base-admin-plus@2.5.10 - 增加系统管理子功能权限判定