@kmkf-fe-packages/kmkf-utils 2.2.13-beta.48 → 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.
@@ -7,6 +7,7 @@ export declare const WDT_SYSTEM_ORDER_CONFIG: {
7
7
  title: string;
8
8
  dataIndex: string;
9
9
  width: number;
10
+ ellipsis: boolean;
10
11
  }[];
11
12
  };
12
13
  export declare const WDT_ORDER_TYPE_MAP: {
@@ -86,43 +86,48 @@ export var WDT_SYSTEM_ORDER_CONFIG = {
86
86
  columns: [{
87
87
  title: "订单类型",
88
88
  dataIndex: "billType",
89
- width: 150
89
+ width: 150,
90
+ ellipsis: true
90
91
  }, {
91
92
  title: "系统订单号",
92
93
  dataIndex: "billNo",
93
- width: 150
94
+ width: 150,
95
+ ellipsis: true
94
96
  }, {
95
97
  title: "订单状态",
96
98
  dataIndex: "tradeStatusValue",
97
- width: 150
99
+ width: 150,
100
+ ellipsis: true
98
101
  }, {
99
102
  title: "订单标签",
100
103
  dataIndex: "billTag",
101
- width: 150
104
+ width: 150,
105
+ ellipsis: true
102
106
  }, {
103
107
  title: "物流公司名称",
104
108
  dataIndex: "logisticsName",
105
- width: 150
106
- }, {
107
- title: "物流公司名称",
108
- dataIndex: "logisticsName",
109
- width: 200
109
+ width: 150,
110
+ ellipsis: true
110
111
  }, {
111
112
  title: "物流公司编码",
112
113
  dataIndex: "logisticsCode",
113
- width: 200
114
+ width: 200,
115
+ ellipsis: true
114
116
  }, {
115
117
  title: "物流单号",
116
118
  dataIndex: "logisticsNo",
117
- width: 200
119
+ width: 200,
120
+ ellipsis: true
118
121
  }, {
119
122
  title: "发货仓名称",
120
123
  dataIndex: "warehouseName",
121
- width: 200
124
+ width: 200,
125
+ ellipsis: true
122
126
  }, {
123
127
  title: "发货仓编码",
124
128
  dataIndex: "warehouseNo",
125
- width: 200
129
+ width: 200,
130
+ ellipsis: true
126
131
  }]
127
132
  };
128
133
  export var WDT_ORDER_TYPE_MAP = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "2.2.13-beta.48",
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": "658243ef0a62d53ef3dac5516d820ef07f12bf74",
44
+ "gitHead": "82dd8c3e729f1f58118e0fa7cc40a94983391e68",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }