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:
|
|
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:
|
|
14457
|
+
width: 150
|
|
14458
14458
|
}, {
|
|
14459
14459
|
title: '操作',
|
|
14460
14460
|
key: 'operating',
|
package/package.json
CHANGED