@salesgenterp/ui-components 0.4.492 → 0.4.493
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14348,7 +14348,7 @@ var PurchaseOrderDetail = function PurchaseOrderDetail(_ref) {
|
|
|
14348
14348
|
style: {
|
|
14349
14349
|
boxShadow: 'rgba(0,0,0,0.2) 0px 0px 8px 0px'
|
|
14350
14350
|
}
|
|
14351
|
-
}, /*#__PURE__*/React__default.createElement(material.Table, null, /*#__PURE__*/React__default.createElement(material.TableBody, null, bottomTableDtoData === null || bottomTableDtoData === void 0 ? void 0 : bottomTableDtoData.slice(
|
|
14351
|
+
}, /*#__PURE__*/React__default.createElement(material.Table, null, /*#__PURE__*/React__default.createElement(material.TableBody, null, bottomTableDtoData === null || bottomTableDtoData === void 0 ? void 0 : bottomTableDtoData.slice(5).map(function (item, index) {
|
|
14352
14352
|
return /*#__PURE__*/React__default.createElement(material.TableRow, {
|
|
14353
14353
|
key: index
|
|
14354
14354
|
}, /*#__PURE__*/React__default.createElement(material.TableCell, {
|