mooho-base-admin-plus 2.5.25 → 2.5.27
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 +5492 -5407
- package/package/mooho-base-admin-plus.min.js +61 -53
- package/package/style.css +1 -1
- package/package.json +1 -1
- package/public/setting.js +1 -1
- package/src/components/view/view-form.vue +0 -2
- package/src/components/view/view-table.vue +9 -1
- package/src/components/workflow/task-form.vue +2 -1
- package/src/mixins/page.js +3 -1
package/history.md
CHANGED
|
@@ -119,3 +119,5 @@ mooho-base-admin-plus@2.5.22 - 修复上一版本的bug
|
|
|
119
119
|
mooho-base-admin-plus@2.5.23 - 修复上一版本的bug
|
|
120
120
|
mooho-base-admin-plus@2.5.24 - 增加批量审批功能
|
|
121
121
|
mooho-base-admin-plus@2.5.25 - 弹出表单组件增加getFullDataWithoutValidate方法
|
|
122
|
+
mooho-base-admin-plus@2.5.26 - 修复上一版本的bug
|
|
123
|
+
mooho-base-admin-plus@2.5.27 - 修复升级后出现的警告
|