vue2-client 1.2.93-test → 1.2.94

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,9 +1,10 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
- **1.2.93 -2022-08-04 @江超**
4
+ **1.2.94 -2022-08-05 @张振宇**
5
5
  - 功能新增:
6
- -
6
+ - 新增表单组件 人员选择框
7
+ - 新增表单配置可以配置自定义请求
7
8
 
8
9
  **1.2.93 -2022-08-03 @江超**
9
10
  - 功能新增:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.2.93-test",
3
+ "version": "1.2.94",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",