mooho-base-admin-plus 2.5.23 → 2.5.25
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 +3 -1
- package/package/mooho-base-admin-plus.min.esm.js +5109 -4888
- package/package/mooho-base-admin-plus.min.js +54 -54
- package/package.json +1 -1
- package/src/api/task.js +9 -0
- package/src/components/view/modal-form.vue +8 -0
- package/src/components/workflow/task-form.vue +17 -1
- package/src/pages/common/todo.vue +22 -2
- package/styleguide.config.js +51 -0
package/history.md
CHANGED
|
@@ -116,4 +116,6 @@ mooho-base-admin-plus@2.5.19 - 修复上一版本的bug
|
|
|
116
116
|
mooho-base-admin-plus@2.5.20 - 修复上一版本的bug
|
|
117
117
|
mooho-base-admin-plus@2.5.21 - 修复动态切换后无法默认第一项的bug
|
|
118
118
|
mooho-base-admin-plus@2.5.22 - 修复上一版本的bug
|
|
119
|
-
mooho-base-admin-plus@2.5.
|
|
119
|
+
mooho-base-admin-plus@2.5.23 - 修复上一版本的bug
|
|
120
|
+
mooho-base-admin-plus@2.5.24 - 增加批量审批功能
|
|
121
|
+
mooho-base-admin-plus@2.5.25 - 弹出表单组件增加getFullDataWithoutValidate方法
|