@kmkf-fe-packages/kmkf-utils 2.2.31-beta.40 → 2.2.31-beta.41

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.
@@ -137,7 +137,7 @@ export var WDT_RETURN_BILL_NO_CONFIG = {
137
137
  columns: [{
138
138
  title: "订单号",
139
139
  dataIndex: "srcTids",
140
- width: 150,
140
+ width: 300,
141
141
  ellipsis: true
142
142
  }, {
143
143
  title: "系统退换单号",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "2.2.31-beta.40",
3
+ "version": "2.2.31-beta.41",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "6e4d39c5c7a9ca0bad8f7d8a28b315ae06c38fd9",
44
+ "gitHead": "a1af7333ced5e2d2c85659f828a553370f370795",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }