|
|
|
|
@ -365,7 +365,18 @@ var Navigation = function Navigation(_ref) {
|
|
|
|
|
width: 150,
|
|
|
|
|
render: function render(text, record) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
|
|
|
children: [((record === null || record === void 0 ? void 0 : record.status) == 'queue' || (record === null || record === void 0 ? void 0 : record.status) == 'pending') && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
|
|
|
children: [(record === null || record === void 0 ? void 0 : record.status) != 'queue' && (record === null || record === void 0 ? void 0 : record.status) != 'pending' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: "#165DFF",
|
|
|
|
|
cursor: "pointer"
|
|
|
|
|
},
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
setOpenSeeModal(true);
|
|
|
|
|
setModalType('查看');
|
|
|
|
|
setInfoData(record);
|
|
|
|
|
},
|
|
|
|
|
children: "\u67E5\u770B"
|
|
|
|
|
}), ((record === null || record === void 0 ? void 0 : record.status) == 'queue' || (record === null || record === void 0 ? void 0 : record.status) == 'pending') && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: "#165DFF",
|
|
|
|
|
@ -462,18 +473,6 @@ var Navigation = function Navigation(_ref) {
|
|
|
|
|
},
|
|
|
|
|
children: "\u53D6\u6D88\u9884\u7EA6"
|
|
|
|
|
})]
|
|
|
|
|
}), (record === null || record === void 0 ? void 0 : record.status) != 'queue' && (record === null || record === void 0 ? void 0 : record.status) != 'pending' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: "#165DFF",
|
|
|
|
|
cursor: "pointer",
|
|
|
|
|
marginLeft: "10px"
|
|
|
|
|
},
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
setOpenSeeModal(true);
|
|
|
|
|
setModalType('查看');
|
|
|
|
|
setInfoData(record);
|
|
|
|
|
},
|
|
|
|
|
children: "\u67E5\u770B"
|
|
|
|
|
})]
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
@ -696,7 +695,8 @@ var Navigation = function Navigation(_ref) {
|
|
|
|
|
display: 'flex',
|
|
|
|
|
alignItems: 'center',
|
|
|
|
|
justifyContent: 'space-between',
|
|
|
|
|
padding: '10px 7px 20px 7px'
|
|
|
|
|
padding: '10px 7px 20px 7px',
|
|
|
|
|
marginTop: '10px'
|
|
|
|
|
},
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
|
|
|
|
@ -799,6 +799,10 @@ var Navigation = function Navigation(_ref) {
|
|
|
|
|
wrapperCol: {
|
|
|
|
|
span: 19
|
|
|
|
|
},
|
|
|
|
|
style: {
|
|
|
|
|
height: "500px",
|
|
|
|
|
overflowY: 'auto'
|
|
|
|
|
},
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
|
|
|
|
|
colon: false,
|
|
|
|
|
label: "\u9884\u7EA6\u4EBA",
|
|
|
|
|
@ -1114,6 +1118,10 @@ var Navigation = function Navigation(_ref) {
|
|
|
|
|
wrapperCol: {
|
|
|
|
|
span: 19
|
|
|
|
|
},
|
|
|
|
|
style: {
|
|
|
|
|
height: "500px",
|
|
|
|
|
overflowY: 'auto'
|
|
|
|
|
},
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
|
|
|
|
|
colon: false,
|
|
|
|
|
label: "\u9884\u7EA6\u4EBA",
|
|
|
|
|
@ -1141,13 +1149,19 @@ var Navigation = function Navigation(_ref) {
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
|
|
|
|
|
colon: false,
|
|
|
|
|
label: "\u9884\u7EA6\u8282\u6B21",
|
|
|
|
|
children: infoData === null || infoData === void 0 || (_infoData$sections = infoData.sections) === null || _infoData$sections === void 0 ? void 0 : _infoData$sections.map(function (item, index) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
marginTop: '5px'
|
|
|
|
|
},
|
|
|
|
|
children: timeType[item === null || item === void 0 ? void 0 : item.section_id]
|
|
|
|
|
}, index);
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
display: "flex"
|
|
|
|
|
},
|
|
|
|
|
children: infoData === null || infoData === void 0 || (_infoData$sections = infoData.sections) === null || _infoData$sections === void 0 ? void 0 : _infoData$sections.map(function (item, index) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
marginTop: '5px',
|
|
|
|
|
marginRight: '10px'
|
|
|
|
|
},
|
|
|
|
|
children: timeType[item === null || item === void 0 ? void 0 : item.section_id]
|
|
|
|
|
}, index);
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
|
|
|
|
|
colon: false,
|