mooho-base-admin-plus 2.6.0 → 2.7.0
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 +4654 -4440
- package/package/mooho-base-admin-plus.min.js +44 -44
- package/package/style.css +2 -2
- package/package.json +1 -1
- package/src/components/view/column-edit.vue +45 -4
- package/src/components/view/mixin.js +25 -0
- package/src/components/view/view-form.vue +5 -0
- package/src/components/view/view-table.vue +6 -0
- package/src/components/workflow/flow-chart.vue +188 -35
- package/src/components/workflow/task-form.vue +0 -2
- package/src/pages/common/todo.vue +2 -2
- package/src/styles/css/default.css +6 -0
package/history.md
CHANGED
|
@@ -131,3 +131,5 @@ mooho-base-admin-plus@2.5.34 - 增加弹出表单change事件参数
|
|
|
131
131
|
mooho-base-admin-plus@2.5.35 - 修复登录后菜单和页签的bug
|
|
132
132
|
mooho-base-admin-plus@2.5.36 - 优化了表格选择的性能
|
|
133
133
|
mooho-base-admin-plus@2.6.0 - 增加已办
|
|
134
|
+
mooho-base-admin-plus@2.6.1 - 增加标签控件
|
|
135
|
+
mooho-base-admin-plus@2.7.0 - 工作流增加折线
|