mooho-base-admin-plus 2.10.31 → 2.10.33
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 +83737 -22744
- package/package/mooho-base-admin-plus.min.js +407 -93
- package/package/style.css +59 -1
- package/package.json +3 -1
- package/src/components/view/column-edit.vue +45 -11
- package/src/components/view/form-setting-layout.vue +1 -0
- package/src/components/view/view-form-draggable.vue +13 -1
- package/src/components/view/view-form.vue +37 -8
- package/src/components/view/view-table-excel.vue +776 -0
- package/src/components/view/view-table.vue +29 -7
package/history.md
CHANGED
|
@@ -202,3 +202,5 @@ mooho-base-admin-plus@2.10.28 - 选中行也出发变更事件
|
|
|
202
202
|
mooho-base-admin-plus@2.10.29 - 解析表达式时,如果结果为null,解析结果用null表示,避免判断错误
|
|
203
203
|
mooho-base-admin-plus@2.10.30 - 允许通过特殊标记`r;表示表单内容红色显示
|
|
204
204
|
mooho-base-admin-plus@2.10.31 - 静态内容导出允许自定义视图格式
|
|
205
|
+
mooho-base-admin-plus@2.10.32 - 修复上一版本的bug
|
|
206
|
+
mooho-base-admin-plus@2.10.33 - 增加Excel表格组件
|