@kmkf-fe-packages/services-components 1.22.1-beta.32 → 1.22.1-beta.34
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.
|
@@ -363,11 +363,13 @@ export var CommonOrderContent = function CommonOrderContent(_ref8) {
|
|
|
363
363
|
_ref8$isShowPopover = _ref8.isShowPopover,
|
|
364
364
|
isShowPopover = _ref8$isShowPopover === void 0 ? true : _ref8$isShowPopover;
|
|
365
365
|
var orderContent = function orderContent(item, index) {
|
|
366
|
+
var _item$platformId;
|
|
367
|
+
var leftText = item.platformId ? "平台售后单号" : "系统订单号" + (index + 1);
|
|
366
368
|
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
367
369
|
style: {
|
|
368
370
|
textAlign: "center"
|
|
369
371
|
}
|
|
370
|
-
}, "\
|
|
372
|
+
}, leftText, "\uFF1A", (_item$platformId = item.platformId) !== null && _item$platformId !== void 0 ? _item$platformId : item.systemOrderId));
|
|
371
373
|
};
|
|
372
374
|
return list !== null && list !== void 0 && list.length ? (list || []).map(function (item, index) {
|
|
373
375
|
var _options$find;
|
|
@@ -388,7 +390,7 @@ export var CommonOrderContent = function CommonOrderContent(_ref8) {
|
|
|
388
390
|
color: "#1890ff",
|
|
389
391
|
cursor: "pointer"
|
|
390
392
|
}
|
|
391
|
-
}, "
|
|
393
|
+
}, "".concat(item.platformId ? "平台售后单号" : "系统订单号" + (index + 1)), ":")) : null, /*#__PURE__*/React.createElement("span", {
|
|
392
394
|
style: {
|
|
393
395
|
color: color
|
|
394
396
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "1.22.1-beta.
|
|
3
|
+
"version": "1.22.1-beta.34",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@kmkf-fe-packages/basic-components": "1.22.1-beta.
|
|
24
|
+
"@kmkf-fe-packages/basic-components": "1.22.1-beta.34",
|
|
25
25
|
"@kmkf-fe-packages/kmkf-utils": "1.22.1-beta.29",
|
|
26
26
|
"b64-to-blob": "^1.2.19",
|
|
27
27
|
"html2canvas": "^1.4.1",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "dfc2193a5bbd0c836009b6dd8f85374e4b1141e1",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|