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.
- package/history.md +2 -0
- package/package/mooho-base-admin-plus.min.esm.js +530 -411
- package/package/mooho-base-admin-plus.min.js +8 -8
- package/package/style.css +1 -1
- package/package.json +1 -1
- package/src/components/home/shortcut.vue +1 -1
- package/src/components/input/dialog-select.vue +1 -1
- package/src/components/view/filter-setting.vue +1 -1
- package/src/components/view/form-setting.vue +1 -1
- package/src/components/view/modal-table.vue +10 -9
- package/src/components/view/table-setting.vue +1 -1
- package/src/components/view/view-table.vue +10 -9
- package/src/pages/system/applicationType.vue +24 -3
- package/src/pages/system/customPage.vue +12 -4
- package/src/pages/system/dictType.vue +12 -4
- package/src/pages/system/formView.vue +13 -4
- package/src/pages/system/mailTemplate.vue +12 -4
- package/src/pages/system/notice.vue +9 -2
- package/src/pages/system/openApi.vue +9 -2
- package/src/pages/system/openUser.vue +10 -3
- package/src/pages/system/organization.vue +4 -2
- package/src/pages/system/organizationType.vue +9 -2
- package/src/pages/system/permission.vue +7 -5
- package/src/pages/system/planJob.vue +10 -3
- package/src/pages/system/printTemplate.vue +16 -2
- package/src/pages/system/process.vue +29 -7
- package/src/pages/system/processType.vue +9 -2
- package/src/pages/system/role.vue +21 -7
- package/src/pages/system/sequenceSetting.vue +9 -2
- package/src/pages/system/setting.vue +9 -2
- package/src/pages/system/tableView.vue +13 -4
- package/src/pages/system/taskQueue.vue +2 -2
- package/src/pages/system/user.vue +28 -7
- 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 - 增加系统管理子功能权限判定
|