sale-client 3.6.532 → 3.6.533

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.
@@ -1,2 +1,2 @@
1
- #Mon Apr 14 10:14:01 CST 2025
1
+ #Mon Apr 28 13:42:54 CST 2025
2
2
  gradle.version=5.2.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.532",
3
+ "version": "3.6.533",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -12,6 +12,7 @@
12
12
  :value.sync="model.startDate"
13
13
  :disabled-days-of-Week="[]"
14
14
  :format="'yyyy-MM-dd'"
15
+ condition="f_time_end >= '{}'"
15
16
  :show-reset-button="reset">
16
17
  </datepicker>
17
18
  </div>
@@ -22,6 +23,7 @@
22
23
  :value.sync="model.endDate"
23
24
  :disabled-days-of-Week="[]"
24
25
  :format="'yyyy-MM-dd'"
26
+ condition="f_time_end <= '{}'"
25
27
  :show-reset-button="reset">
26
28
  </datepicker>
27
29
  </div>
File without changes
File without changes
Binary file