vue2-client 1.6.0 → 1.6.2
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/CHANGELOG.md +1 -6
- package/package.json +1 -1
- package/src/base-client/components/common/CreateQuery/CreateQuery.vue +667 -672
- package/src/base-client/components/common/XAddForm/XAddForm.vue +324 -328
- package/src/base-client/components/common/XForm/XForm.vue +194 -190
- package/src/base-client/components/common/XFormTable/XFormTable.vue +333 -289
- package/src/base-client/components/common/XFormTable/index.md +97 -105
- package/src/base-client/components/common/XImportExcel/XImportExcel.vue +131 -132
- package/src/base-client/components/common/XTable/XTable.vue +505 -505
- package/src/base-client/components/system/DictionaryDetailsView/DictionaryDetailsView.vue +231 -229
- package/src/pages/system/dictionary/index.vue +43 -46
- package/src/pages/system/monitor/loginInfor/index.vue +36 -39
- package/src/pages/system/monitor/operLog/index.vue +36 -38
- package/src/pages/system/queryParams/index.vue +43 -46
- package/src/pages/system/ticket/index.vue +450 -453
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
> 所有关于本项目的变化都在该文档里。
|
|
3
3
|
|
|
4
|
-
**1.6.
|
|
5
|
-
- 以下可能是不兼容更新:
|
|
6
|
-
- 重构了XFormTable组件
|
|
7
|
-
- 1.以函数式重新封装了XFormTable的状态。
|
|
8
|
-
|
|
9
|
-
**1.5.25 -2022-12-26 @江超**
|
|
4
|
+
**1.5.25 - 1.6.2 -2022-12-26 @江超**
|
|
10
5
|
- 解决下拉框表单项刷新时不重新获取数据的问题
|
|
11
6
|
|
|
12
7
|
**1.5.24 -2022-12-21 @苗艳强**
|