doway-coms 1.4.83 → 1.4.85

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.4.83",
3
+ "version": "1.4.85",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -451,20 +451,12 @@
451
451
  .displayValues"
452
452
  :key="$index"
453
453
  >
454
- <a-date-picker
455
- valueFormat="YYYY-MM-DD"
456
- format="YYYY-MM-DD"
457
- placeholder="开始时间"
458
- v-model="loopFilterValue.value[0]"
459
- @keyup.enter.native="filterConfirm(scope.column)"
460
- />
461
- <a-date-picker
462
- valueFormat="YYYY-MM-DD"
463
- format="YYYY-MM-DD"
464
- placeholder="结束时间"
465
- v-model="loopFilterValue.value[1]"
466
- @keyup.enter.native="filterConfirm(scope.column)"
467
- />
454
+ <a-range-picker v-model:value="loopFilterValue.value"
455
+ valueFormat="YYYY-MM-DD"
456
+ format="YYYY-MM-DD"
457
+ @keyup.enter.native="filterConfirm(scope.column)"
458
+
459
+ />
468
460
  </div>
469
461
  <a-button @click="filterAddExp(scope.column)">添加条件</a-button>
470
462
  <a-button @click="filterConfirm(scope.column)">确认</a-button>