@a2simcode/ui 0.0.174 → 0.0.176

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.
@@ -435,6 +435,9 @@ const schema = [
435
435
  label: '字段',
436
436
  field: 'field',
437
437
  },
438
+ getCompConfig: ({ row }) => {
439
+ return { display: row.isDESC }
440
+ },
438
441
  },
439
442
  {
440
443
  // id: 'isDESC',
@@ -475,7 +478,7 @@ const schema = [
475
478
  labelWidth: 80,
476
479
  labelPosition: 'left',
477
480
  },
478
- defaultValue: {},
481
+ defaultValue: { orderswidth: 100 },
479
482
  colWidth: 40,
480
483
  },
481
484
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a2simcode/ui",
3
- "version": "0.0.174",
3
+ "version": "0.0.176",
4
4
  "description": "A Vue 3 UI Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/simcode-ui.umd.js",