doway-coms 1.4.85 → 1.4.86

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.85",
3
+ "version": "1.4.86",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -229,6 +229,7 @@ export default {
229
229
  if (item.field === 'operation') {
230
230
  return
231
231
  }
232
+ item.params.show=item.show
232
233
  this.adjustGridOptions.columns.push({
233
234
  field: item.field,
234
235
  title: item.title,
@@ -236,9 +237,7 @@ export default {
236
237
  header: 'checkbox',
237
238
  filter: item.slots.filter
238
239
  },
239
- params: {
240
- show: item.show
241
- },
240
+ params: item.params,
242
241
  width: item.width,
243
242
  filters: item.filters,
244
243
  sortable: true,
@@ -377,4 +376,17 @@ export default {
377
376
  .sortable-column-demo .vxe-header--row .vxe-header--column.col--fixed {
378
377
  cursor: no-drop;
379
378
  }
379
+
380
+ .interceptor-class {
381
+ padding: 10px;
382
+ ::v-deep .ant-btn {
383
+ margin: 10px 10px 0;
384
+ }
385
+ ::v-deep .ant-input {
386
+ margin-bottom: 5px;
387
+ }
388
+ ::v-deep .ant-calendar-picker {
389
+ margin: 0 5px;
390
+ }
391
+ }
380
392
  </style>