vue2-client 1.6.61-single → 1.6.63-single

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 CHANGED
@@ -1,6 +1,9 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
+ **1.6.62 - 1.6.63 -2023-08-09 @江超**
5
+ - 修复查询配置编辑界面对自定义数据源的显示问题
6
+
4
7
  **1.6.61 -2023-08-09 @江超**
5
8
  - XAddNativeForm支持动态简易表单集合了
6
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.6.61-single",
3
+ "version": "1.6.63-single",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",