|
|
|
|
@ -859,21 +859,31 @@ var Navigation = function Navigation(_ref) {
|
|
|
|
|
})
|
|
|
|
|
})]
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: "materials-table-wrp",
|
|
|
|
|
children: (tableData === null || tableData === void 0 ? void 0 : tableData.length) > 0 ? /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
|
|
|
|
|
pagination: false,
|
|
|
|
|
dataSource: tableData,
|
|
|
|
|
columns: columns,
|
|
|
|
|
className: "materials-table"
|
|
|
|
|
// scroll={{ x: 1500 }}
|
|
|
|
|
// rowClassName={(record: any, index: number) => {
|
|
|
|
|
// if (!record?.overdue) {
|
|
|
|
|
// return styles.redRow;
|
|
|
|
|
// }
|
|
|
|
|
// return '';
|
|
|
|
|
// }}
|
|
|
|
|
}) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {
|
|
|
|
|
customText: "\u6682\u65E0\u6570\u636E"
|
|
|
|
|
style: {
|
|
|
|
|
width: "100%",
|
|
|
|
|
overflow: "auto"
|
|
|
|
|
},
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: "materials-table-wrp",
|
|
|
|
|
style: {
|
|
|
|
|
minWidth: 1270,
|
|
|
|
|
overflow: "auto"
|
|
|
|
|
},
|
|
|
|
|
children: (tableData === null || tableData === void 0 ? void 0 : tableData.length) > 0 ? /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
|
|
|
|
|
pagination: false,
|
|
|
|
|
dataSource: tableData,
|
|
|
|
|
columns: columns,
|
|
|
|
|
className: "materials-table"
|
|
|
|
|
// scroll={{ x: 1500 }}
|
|
|
|
|
// rowClassName={(record: any, index: number) => {
|
|
|
|
|
// if (!record?.overdue) {
|
|
|
|
|
// return styles.redRow;
|
|
|
|
|
// }
|
|
|
|
|
// return '';
|
|
|
|
|
// }}
|
|
|
|
|
}) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {
|
|
|
|
|
customText: "\u6682\u65E0\u6570\u636E"
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
|
|
|
|
|
className: "mr20",
|