mooho-base-admin-plus 2.10.75 → 2.10.76
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/README.md +0 -2
- package/history.md +1 -0
- package/package/mooho-base-admin-plus.min.esm.js +5379 -5299
- package/package/mooho-base-admin-plus.min.js +91 -92
- package/package/style.css +1 -1
- package/package.json +1 -1
- package/src/components/input/dialog-select.vue +17 -2
- package/src/components/view/filter-edit.vue +1 -1
- package/src/components/view/table-filter.vue +13 -4
- package/src/components/view/view-table.vue +2 -2
- package/src/i18n/locale/en-US.js +1 -1
- package/src/i18n/locale/lang.js +1 -1
- package/src/i18n/locale/zh-CN.js +1 -1
- package/src/pages/system/role.vue +53 -3
- package/src/pages/system/user.vue +69 -3
- package/token.txt +2 -0
package/README.md
CHANGED
package/history.md
CHANGED
|
@@ -246,3 +246,4 @@ mooho-base-admin-plus@2.10.72 - modal-form组件增加excelTableTop插槽
|
|
|
246
246
|
mooho-base-admin-plus@2.10.73 - 更新lodop获取方式,避免跨域问题
|
|
247
247
|
mooho-base-admin-plus@2.10.74 - 表格批量选择允许自定义来源和目标视图
|
|
248
248
|
mooho-base-admin-plus@2.10.75 - 修复Excel表格只读状态可编辑的bug
|
|
249
|
+
mooho-base-admin-plus@2.10.76 - 增加筛选控件使用父对象作为条件的功能
|