kts-component-invoice-operate 3.2.240 → 3.2.241

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/dist/index.esm.js CHANGED
@@ -14444,7 +14444,7 @@ var useColumns = (function (form) {
14444
14444
  title: '行备注',
14445
14445
  dataIndex: 'remarks',
14446
14446
  key: 'remarks',
14447
- width: 70
14447
+ width: 150
14448
14448
  }, {
14449
14449
  title: '操作',
14450
14450
  key: 'operating',
package/dist/index.js CHANGED
@@ -14454,7 +14454,7 @@ var useColumns = (function (form) {
14454
14454
  title: '行备注',
14455
14455
  dataIndex: 'remarks',
14456
14456
  key: 'remarks',
14457
- width: 70
14457
+ width: 150
14458
14458
  }, {
14459
14459
  title: '操作',
14460
14460
  key: 'operating',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kts-component-invoice-operate",
3
- "version": "3.2.240",
3
+ "version": "3.2.241",
4
4
  "scripts": {
5
5
  "dev": "dumi dev --max-old-space-size=6096",
6
6
  "start": "dumi dev",
@@ -577,7 +577,7 @@ export default (form: WrappedFormUtils) => {
577
577
  title: '行备注',
578
578
  dataIndex: 'remarks',
579
579
  key: 'remarks',
580
- width: 70,
580
+ width: 150,
581
581
 
582
582
  },
583
583
  {