doway-coms 3.0.8 → 3.0.9

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": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -25,7 +25,7 @@
25
25
  "vue-router": "3.6.5",
26
26
  "vuedraggable": "^2.24.3",
27
27
  "vuex": "3.6.2",
28
- "vxe-table": "3.11.0",
28
+ "vxe-table": "3.11.33",
29
29
  "vxe-pc-ui":"3.3.83",
30
30
  "xe-clipboard": "1.10.2",
31
31
  "xe-utils": "3.5.4"
@@ -1223,7 +1223,7 @@ export default {
1223
1223
  type:Object,
1224
1224
  default:()=>{
1225
1225
  return {
1226
- enabled:true,gt:0
1226
+ enabled:true,gt:0,mode:'default'
1227
1227
  }
1228
1228
  }
1229
1229
  }
@@ -1880,6 +1880,7 @@ export default {
1880
1880
  title: originCol.title,
1881
1881
  tooltip: originCol.tooltip,
1882
1882
  visible: true,
1883
+ editRender:{} //一定要设置,要不然筛选就不会出来,升级3.11后出现的问题
1883
1884
  }
1884
1885
 
1885
1886
  if (XEUtils.has(originCol, 'showOverflow')) {
@@ -2081,11 +2082,11 @@ export default {
2081
2082
  }
2082
2083
 
2083
2084
  //可以编辑
2084
- colInfo.editRender = {
2085
- // autofocus: tempAutoSelect,
2086
- // autoselect:tempAutoSelect,
2087
- // name:'$input' //originCol.controlType + '_edit',
2088
- }
2085
+ // colInfo.editRender = {
2086
+ // // autofocus: tempAutoSelect,
2087
+ // // autoselect:tempAutoSelect,
2088
+ // // name:'$input' //originCol.controlType + '_edit',
2089
+ // }
2089
2090
  //编辑插槽
2090
2091
  customSlot['edit'] = originCol.controlType + '_edit'
2091
2092
  // colInfo['editRender'] = {