@kmkf-fe-packages/kmkf-utils 2.2.13-beta.47 → 2.2.13-beta.49

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.
@@ -3,17 +3,12 @@ export declare const WDT_SYSTEM_ORDER_CONFIG: {
3
3
  key: string;
4
4
  name: string;
5
5
  selectId: string;
6
- columns: ({
6
+ columns: {
7
7
  title: string;
8
8
  dataIndex: string;
9
9
  width: number;
10
10
  ellipsis: boolean;
11
- } | {
12
- title: string;
13
- dataIndex: string;
14
- width: number;
15
- ellipsis?: undefined;
16
- })[];
11
+ }[];
17
12
  };
18
13
  export declare const WDT_ORDER_TYPE_MAP: {
19
14
  1: string;
@@ -101,16 +101,12 @@ export var WDT_SYSTEM_ORDER_CONFIG = {
101
101
  }, {
102
102
  title: "订单标签",
103
103
  dataIndex: "billTag",
104
- width: 150
105
- }, {
106
- title: "物流公司名称",
107
- dataIndex: "logisticsName",
108
104
  width: 150,
109
105
  ellipsis: true
110
106
  }, {
111
107
  title: "物流公司名称",
112
108
  dataIndex: "logisticsName",
113
- width: 200,
109
+ width: 150,
114
110
  ellipsis: true
115
111
  }, {
116
112
  title: "物流公司编码",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "2.2.13-beta.47",
3
+ "version": "2.2.13-beta.49",
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": "a4edcbe9a776216b4948b3d344f64a52cf7b77b5",
44
+ "gitHead": "82dd8c3e729f1f58118e0fa7cc40a94983391e68",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }