@kmkf-fe-packages/basic-components 1.19.4-beta.4 → 1.19.4-beta.6
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 +18 -9
- package/dist/index.js +18 -9
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -14075,39 +14075,48 @@ var columnsMap = {
|
|
|
14075
14075
|
BS_E3_SYSTEM_ORDER: [{
|
|
14076
14076
|
title: '系统订单号',
|
|
14077
14077
|
dataIndex: 'orderSn',
|
|
14078
|
-
width: 150
|
|
14078
|
+
width: 150,
|
|
14079
|
+
ellipsis: true
|
|
14079
14080
|
}, {
|
|
14080
14081
|
title: '订单状态',
|
|
14081
14082
|
dataIndex: 'orderStatus',
|
|
14082
|
-
width: 100
|
|
14083
|
+
width: 100,
|
|
14084
|
+
ellipsis: true
|
|
14083
14085
|
}, {
|
|
14084
14086
|
title: '是否被拆分',
|
|
14085
14087
|
dataIndex: 'isSplit',
|
|
14086
|
-
width: 70
|
|
14088
|
+
width: 70,
|
|
14089
|
+
ellipsis: true
|
|
14087
14090
|
}, {
|
|
14088
14091
|
title: '是否拆分子单',
|
|
14089
14092
|
dataIndex: 'isSplitNew',
|
|
14090
|
-
width: 70
|
|
14093
|
+
width: 70,
|
|
14094
|
+
ellipsis: true
|
|
14091
14095
|
}, {
|
|
14092
14096
|
title: '是否被合并',
|
|
14093
14097
|
dataIndex: 'isCombine',
|
|
14094
|
-
width: 70
|
|
14098
|
+
width: 70,
|
|
14099
|
+
ellipsis: true
|
|
14095
14100
|
}, {
|
|
14096
14101
|
title: '是否合并新单',
|
|
14097
14102
|
dataIndex: 'isCombineNew',
|
|
14098
|
-
width: 70
|
|
14103
|
+
width: 70,
|
|
14104
|
+
ellipsis: true
|
|
14099
14105
|
}, {
|
|
14100
14106
|
title: '是否复制单',
|
|
14101
14107
|
dataIndex: 'isCopy',
|
|
14102
|
-
width: 70
|
|
14108
|
+
width: 70,
|
|
14109
|
+
ellipsis: true
|
|
14103
14110
|
}, {
|
|
14104
14111
|
title: '是否换货单',
|
|
14105
14112
|
dataIndex: 'isExchangeOrder',
|
|
14106
|
-
width: 70
|
|
14113
|
+
width: 70,
|
|
14114
|
+
ellipsis: true
|
|
14107
14115
|
}, {
|
|
14108
14116
|
title: '订单备注',
|
|
14109
14117
|
dataIndex: 'orderMsg',
|
|
14110
|
-
width: 150
|
|
14118
|
+
width: 150,
|
|
14119
|
+
ellipsis: true
|
|
14111
14120
|
}]
|
|
14112
14121
|
};
|
|
14113
14122
|
var rowKeyMap = {
|
package/dist/index.js
CHANGED
|
@@ -14087,39 +14087,48 @@ var columnsMap = {
|
|
|
14087
14087
|
BS_E3_SYSTEM_ORDER: [{
|
|
14088
14088
|
title: '系统订单号',
|
|
14089
14089
|
dataIndex: 'orderSn',
|
|
14090
|
-
width: 150
|
|
14090
|
+
width: 150,
|
|
14091
|
+
ellipsis: true
|
|
14091
14092
|
}, {
|
|
14092
14093
|
title: '订单状态',
|
|
14093
14094
|
dataIndex: 'orderStatus',
|
|
14094
|
-
width: 100
|
|
14095
|
+
width: 100,
|
|
14096
|
+
ellipsis: true
|
|
14095
14097
|
}, {
|
|
14096
14098
|
title: '是否被拆分',
|
|
14097
14099
|
dataIndex: 'isSplit',
|
|
14098
|
-
width: 70
|
|
14100
|
+
width: 70,
|
|
14101
|
+
ellipsis: true
|
|
14099
14102
|
}, {
|
|
14100
14103
|
title: '是否拆分子单',
|
|
14101
14104
|
dataIndex: 'isSplitNew',
|
|
14102
|
-
width: 70
|
|
14105
|
+
width: 70,
|
|
14106
|
+
ellipsis: true
|
|
14103
14107
|
}, {
|
|
14104
14108
|
title: '是否被合并',
|
|
14105
14109
|
dataIndex: 'isCombine',
|
|
14106
|
-
width: 70
|
|
14110
|
+
width: 70,
|
|
14111
|
+
ellipsis: true
|
|
14107
14112
|
}, {
|
|
14108
14113
|
title: '是否合并新单',
|
|
14109
14114
|
dataIndex: 'isCombineNew',
|
|
14110
|
-
width: 70
|
|
14115
|
+
width: 70,
|
|
14116
|
+
ellipsis: true
|
|
14111
14117
|
}, {
|
|
14112
14118
|
title: '是否复制单',
|
|
14113
14119
|
dataIndex: 'isCopy',
|
|
14114
|
-
width: 70
|
|
14120
|
+
width: 70,
|
|
14121
|
+
ellipsis: true
|
|
14115
14122
|
}, {
|
|
14116
14123
|
title: '是否换货单',
|
|
14117
14124
|
dataIndex: 'isExchangeOrder',
|
|
14118
|
-
width: 70
|
|
14125
|
+
width: 70,
|
|
14126
|
+
ellipsis: true
|
|
14119
14127
|
}, {
|
|
14120
14128
|
title: '订单备注',
|
|
14121
14129
|
dataIndex: 'orderMsg',
|
|
14122
|
-
width: 150
|
|
14130
|
+
width: 150,
|
|
14131
|
+
ellipsis: true
|
|
14123
14132
|
}]
|
|
14124
14133
|
};
|
|
14125
14134
|
var rowKeyMap = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "1.19.4-beta.
|
|
3
|
+
"version": "1.19.4-beta.6",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "ffed76730789e8e4745576aa90a2e6d7a96c6732"
|
|
69
69
|
}
|