Auto Submit

dev_local_v9_test2
autosubmit 2 years ago
parent ee6e209107
commit effefd5ef6

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.675af053.js"></script>
<script src="/react/build/umi.6afa2e33.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -143,6 +143,9 @@
overflow: hidden;
font-size: 12px;
}
.redRow___o7s8E {
color: #E30000;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.5@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.5@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Materials/MyReceive/ViewModal/index.less?modules ***!

@ -212,7 +212,7 @@ var _react_17_0_2_react = __webpack_require__(59301);
var _umi_production_exports = __webpack_require__(19086);
;// CONCATENATED MODULE: ./src/pages/Materials/MyReceive/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var MyReceivemodules = ({"header_div":"header_div___g5aU4","header_title":"header_title___bmMQ4","search":"search___vPJxM","searchIcon":"searchIcon___HIsg6","search_params":"search_params___F7Qdj","clear_Data":"clear_Data___wZkTY","content_list":"content_list___HLLIu","content":"content___AzXhj","content_img":"content_img___aIwBi","content_id":"content_id___FxUBi","content_name":"content_name___Amhwa","content_params":"content_params___koB_B"});
/* harmony default export */ var MyReceivemodules = ({"header_div":"header_div___g5aU4","header_title":"header_title___bmMQ4","search":"search___vPJxM","searchIcon":"searchIcon___HIsg6","search_params":"search_params___F7Qdj","clear_Data":"clear_Data___wZkTY","content_list":"content_list___HLLIu","content":"content___AzXhj","content_img":"content_img___aIwBi","content_id":"content_id___FxUBi","content_name":"content_name___Amhwa","content_params":"content_params___koB_B","redRow":"redRow___o7s8E"});
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tooltip/index.js + 3 modules
var tooltip = __webpack_require__(6848);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/modal/index.js + 16 modules
@ -380,8 +380,10 @@ var Navigation = function Navigation(_ref) {
title: text,
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: record !== null && record !== void 0 && record.overdue ? MyReceivemodules.redRow : '',
children: record !== null && record !== void 0 && record.start_time ? dayjs_min_default()(record === null || record === void 0 ? void 0 : record.start_time).format('YYYY-MM-DD HH:mm') : '--'
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: record !== null && record !== void 0 && record.overdue ? MyReceivemodules.redRow : '',
children: record !== null && record !== void 0 && record.end_time ? dayjs_min_default()(record === null || record === void 0 ? void 0 : record.end_time).format('YYYY-MM-DD HH:mm') : '--'
})]
})
@ -417,7 +419,7 @@ var Navigation = function Navigation(_ref) {
title: '申请时间',
dataIndex: 'apply_time',
ellipsis: true,
render: function render(text) {
render: function render(text, record) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
placement: "bottomLeft",
title: text ? dayjs_min_default()(text).format('YYYY-MM-DD HH:mm') : '--',
@ -721,6 +723,12 @@ var Navigation = function Navigation(_ref) {
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", {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save