cloud-b2b 1.1.35 → 1.1.36
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.
|
@@ -586,7 +586,7 @@ var SuperTable2 = /*#__PURE__*/function (_React$Component) {
|
|
|
586
586
|
} else if (col.showPrice || col.decimalPlaces) {
|
|
587
587
|
col.render = function (text, record, index) {
|
|
588
588
|
if (col.showPrice && text) {
|
|
589
|
-
text = helper.toThousands(text, col.decimalPlaces ? col.decimalPlaces : 2
|
|
589
|
+
text = helper.toThousands(text, col.decimalPlaces ? col.decimalPlaces : 2);
|
|
590
590
|
return "\uFFE5".concat(text);
|
|
591
591
|
} else {
|
|
592
592
|
return text;
|
|
@@ -599,7 +599,7 @@ var SuperTable2 = /*#__PURE__*/function (_React$Component) {
|
|
|
599
599
|
} else if (col.showPrice || col.decimalPlaces) {
|
|
600
600
|
col.render = function (text, record, index) {
|
|
601
601
|
if (col.showPrice && text) {
|
|
602
|
-
text = _helper["default"].toThousands(text, col.decimalPlaces ? col.decimalPlaces : 2
|
|
602
|
+
text = _helper["default"].toThousands(text, col.decimalPlaces ? col.decimalPlaces : 2);
|
|
603
603
|
return "\uFFE5".concat(text);
|
|
604
604
|
} else {
|
|
605
605
|
return text;
|