doway-coms 2.10.14 → 2.10.16

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.10.14",
3
+ "version": "2.10.16",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -112,6 +112,7 @@ export default {
112
112
  try {
113
113
  item.logData = JSON.parse(item.logData);
114
114
  } catch (e) {
115
+ console.debug(e)
115
116
  }
116
117
 
117
118
  });
@@ -220,6 +220,7 @@
220
220
  :edit="col.edit"
221
221
  :rules="col.rules"
222
222
  :tooltip="col.tooltip"
223
+ :showSearch="true"
223
224
  :dataSource="col.dataSource"
224
225
  @change="
225
226
  (rowInfo) => {
@@ -245,6 +245,8 @@
245
245
  <div class="interceptor-class">
246
246
  <a-select
247
247
  :allowClear="scope.column.params.allowClear"
248
+ show-search
249
+ option-filter-prop="children"
248
250
  v-model="scope.row[scope.column.property]"
249
251
  @change="cellValueChange(scope)"
250
252
  size="small"