doway-coms 2.11.94 → 2.11.95

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": "2.11.94",
3
+ "version": "2.11.95",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -634,7 +634,7 @@
634
634
  style="height:200px"
635
635
  v-slot="{ item: loopSource, index }"
636
636
  >
637
- {{ index+1}}:<a-checkbox
637
+ <a-checkbox
638
638
  :checked="scope.column.filters[0].data.displayValues.includes(loopSource.value)"
639
639
  :value="loopSource.value"
640
640
  @change="(e) => handleFilterCheckboxChange(scope.column, loopSource.value, e)"