autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent dc56654b46
commit 055e595736

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

@ -141,16 +141,19 @@ button:active {
background: #fff;
}
.wrap___nc2Lp {
margin: 0 100px;
margin: 0 30px;
margin-top: 30px;
display: flex;
justify-content: space-between;
align-items: flex-start;
background: #fff;
}
.wrap___nc2Lp .left___IiZZt {
width: 240px;
overflow: hidden;
flex-shrink: 0;
background: linear-gradient(180deg, #0D2A6D 0%, #4351A8 100%);
box-shadow: inset 0px 1px 6px 0px #051E55;
border-radius: 8px;
}
.wrap___nc2Lp .left___IiZZt [class~='ant-menu-item'] {
height: 44px !important;
@ -173,7 +176,7 @@ button:active {
margin-left: 8px !important;
}
.wrap___nc2Lp .left___IiZZt [class~='ant-menu-inline'] {
background: #fff !important;
background: none !important;
-webkit-border-end: none !important;
border-inline-end: none !important;
}
@ -196,13 +199,16 @@ button:active {
color: #165DFF;
}
.wrap___nc2Lp .right___App8I {
background: #ffffff;
border-radius: 4px;
flex: 1 1;
padding-left: 19px;
margin-left: 20px;
overflow: hidden;
min-height: 500px;
border-left: 1px #DBDCE0 solid;
background: linear-gradient(180deg, #224392 0%, #5B6BC7 100%);
box-shadow: 0px 2px 4px 0px #435FCC;
border-radius: 8px;
border: 1px solid;
border-image: linear-gradient(135deg, #4363dd, rgba(44, 44, 166, 0.66)) 1 1;
}
.search-bar___hMRJq {
color: white;

@ -36,7 +36,7 @@ var _react_17_0_2_react = __webpack_require__(59301);
var _umi_production_exports = __webpack_require__(88271);
;// CONCATENATED MODULE: ./src/pages/Laboratory/LaboratoryCenter/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var LaboratoryCentermodules = ({"header_div":"header_div___lqrir","header_title":"header_title___ETFY5","search":"search___UdFBf","searchIcon":"searchIcon___wON1S","add_Data":"add_Data___mYJOK","clear_Data":"clear_Data___giiZX","upload_modal":"upload_modal___WTOZF","modal_moban":"modal_moban___UsGDS","xiazai":"xiazai___Gt5vw","modal_shangchuan":"modal_shangchuan___h4s10","shangchuan":"shangchuan___J8sUj","geshi":"geshi___jbkvu","formWrap":"formWrap___swZ3o","tag_style":"tag_style___VNTYN","fuzeren":"fuzeren___c2xhw"});
/* harmony default export */ var LaboratoryCentermodules = ({"header_div":"header_div___lqrir","header_title":"header_title___ETFY5","search":"search___UdFBf","searchIcon":"searchIcon___wON1S","add_Data":"add_Data___mYJOK","clear_Data":"clear_Data___giiZX","upload_modal":"upload_modal___WTOZF","modal_moban":"modal_moban___UsGDS","xiazai":"xiazai___Gt5vw","modal_shangchuan":"modal_shangchuan___h4s10","shangchuan":"shangchuan___J8sUj","geshi":"geshi___jbkvu","formWrap":"formWrap___swZ3o","tag_style":"tag_style___VNTYN","fuzeren":"fuzeren___c2xhw","search_params":"search_params___Glg1D"});
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/upload/index.js
var upload = __webpack_require__(60028);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/index.js + 19 modules
@ -451,54 +451,66 @@ var Navigation = function Navigation(_ref) {
return label.includes(search) || phone.includes(search);
};
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
padding: 20
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: LaboratoryCentermodules.header_div,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: LaboratoryCentermodules.header_title,
children: "\u5B9E\u9A8C\u5BA4\u4E2D\u5FC3"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: "\u6240\u5C5E\u5B66\u9662",
style: {
marginLeft: 'auto'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
style: {
width: "160px"
},
defaultValue: department_id,
value: department_id,
onChange: function onChange(e) {
setDepartmentId(e);
},
children: (schools === null || schools === void 0 ? void 0 : schools.length) > 0 && ((_ref2 = [{
id: '',
name: '全部'
}].concat(toConsumableArray_default()(schools))) === null || _ref2 === void 0 ? void 0 : _ref2.map(function (item, key) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
value: item === null || item === void 0 ? void 0 : item.id,
children: (item === null || item === void 0 ? void 0 : item.name) || '--'
}, key);
}))
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u4E2D\u5FC3\u540D\u79F0/\u8D1F\u8D23\u4EBA\u59D3\u540D\u641C\u7D22",
size: "large",
className: LaboratoryCentermodules.search,
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(LaboratoryCentermodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})
children: "\u5B9E\u9A8C\u5BA4\u4E2D\u5FC3\u7BA1\u7406"
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: LaboratoryCentermodules.search_params,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: "\u6240\u5C5E\u5B66\u9662",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
style: {
width: "160px"
},
defaultValue: department_id,
value: department_id,
onChange: function onChange(e) {
setDepartmentId(e);
},
children: (schools === null || schools === void 0 ? void 0 : schools.length) > 0 && ((_ref2 = [{
id: '',
name: '全部'
}].concat(toConsumableArray_default()(schools))) === null || _ref2 === void 0 ? void 0 : _ref2.map(function (item, key) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
value: item === null || item === void 0 ? void 0 : item.id,
children: (item === null || item === void 0 ? void 0 : item.name) || '--'
}, key);
}))
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: "",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u4E2D\u5FC3\u540D\u79F0/\u8D1F\u8D23\u4EBA\u59D3\u540D\u641C\u7D22",
size: "large"
// className={styles.search}
,
style: {
width: 412,
marginLeft: 20
},
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(LaboratoryCentermodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})
})
})]
}), (0,authority/* isSuperAdmins */.Ny)() && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: LaboratoryCentermodules.add_Data,
@ -508,13 +520,13 @@ var Navigation = function Navigation(_ref) {
},
children: "\u65B0\u5EFA\u5B9E\u9A8C\u5BA4\u4E2D\u5FC3"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: LaboratoryCentermodules.clear_Data,
className: LaboratoryCentermodules.add_Data,
onClick: function onClick() {
setOpenUpload(true);
},
children: "\u6279\u91CF\u5BFC\u5165"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: LaboratoryCentermodules.clear_Data,
className: LaboratoryCentermodules.add_Data,
onClick: function onClick() {
(0,util/* downLoadFile */.FH)('', (0,util/* setUrlQuery */.NY)({
url: env/* default */.Z.API_SERVER + "/api/yn_classrooms/classroom_centers/export",
@ -524,30 +536,27 @@ var Navigation = function Navigation(_ref) {
children: "\u6279\u91CF\u5BFC\u51FA"
})]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
loading: isLoading,
pagination: false,
dataSource: tableData,
columns: columns
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "materials-table-wrp",
style: {
marginRight: 0
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
loading: isLoading,
pagination: false,
dataSource: tableData,
className: "materials-table",
columns: columns
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
children: total > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: total > 0 ? /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between',
justifyContent: 'end',
padding: '10px 7px 20px 7px'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
style: {
color: '#656F87'
},
children: ["\u5171", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-light-primary",
children: total
}), "\u6761\u6570\u636E"]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
showSizeChanger: true,
showQuickJumper: true,
onChange: onShowSizeChange,
@ -557,7 +566,7 @@ var Navigation = function Navigation(_ref) {
pageSize: limit || 10,
defaultPageSize: 10,
total: total
})]
})
}) : ''
}), /*#__PURE__*/(0,jsx_runtime.jsxs)(modal/* default */.Z, {
maskClosable: false,

@ -50,24 +50,17 @@
.header_div___lqrir [class~='ant-form-item'] [class~='ant-form-item-label'] {
text-align: right !important;
}
.header_div___lqrir [class~='ant-form-item'] [class~='ant-form-item-label'] label {
color: #666 !important;
display: block !important;
height: 36px !important;
line-height: 36px !important;
}
.header_div___lqrir [class~='ant-select-selector'] {
height: 36px !important;
height: 40px !important;
}
.header_div___lqrir [class~='ant-select-selection-item'] {
line-height: 34px !important;
line-height: 36px !important;
}
.add_Data___mYJOK {
width: 130px;
height: 32px;
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
background: linear-gradient(90deg, #4A6FFE 0%, #374DCF 100%);
border-radius: 4px;
font-size: 14px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
@ -181,12 +174,73 @@
line-height: 36px !important;
}
.tag_style___VNTYN {
height: 28px ;
line-height: 28px ;
height: 28px;
line-height: 28px;
background: #F5F5F5;
border-radius: 2px ;
border-radius: 2px;
}
.fuzeren___c2xhw:hover {
color: #165DFF;
}
.search_params___Glg1D {
margin-left: auto;
display: flex;
justify-content: space-between;
}
.search_params___Glg1D [class~='ant-select-selector'] {
height: 40px !important;
line-height: 40px !important;
}
.search_params___Glg1D [class~='ant-form-item-label'] {
height: 40px !important;
line-height: 40px !important;
}
.search_params___Glg1D [class~='ant-form-item-label'] label {
color: #90AAFF !important;
display: block !important;
height: 40px !important;
line-height: 40px !important;
}
.search_params___Glg1D [class~='ant-select-selection-item'] {
line-height: 36px !important;
}
.search_params___Glg1D [class~='ant-select-selector'] {
height: 40px !important;
background: #17378A !important;
border: 1px solid #17378A !important;
color: #90AAFF !important;
}
.search_params___Glg1D [class~='ant-input-affix-wrapper'] {
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___Glg1D [class~='ant-input-affix-wrapper'] input {
background: #17378A !important;
color: #90AAFF !important;
}
.search_params___Glg1D [class~='ant-input-affix-wrapper'] input::-webkit-input-placeholder {
color: #90AAFF !important;
}
.search_params___Glg1D [class~='ant-input-affix-wrapper'] input:-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___Glg1D [class~='ant-input-affix-wrapper'] input::-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___Glg1D [class~='ant-input-affix-wrapper'] input::placeholder {
color: #90AAFF !important;
}
.search_params___Glg1D [class~='ant-input-group-addon'] button {
background: #17378A !important;
color: #90AAFF !important;
border: 1px solid #17378A !important;
}
.search_params___Glg1D [class~='ant-picker'] {
height: 40px !important;
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___Glg1D [class~='ant-picker'] input {
color: #90AAFF !important;
}

@ -49,12 +49,6 @@
.header_div___U0sTs [class~='ant-form-item'] [class~='ant-form-item-label'] {
text-align: right !important;
}
.header_div___U0sTs [class~='ant-form-item'] [class~='ant-form-item-label'] label {
color: #666 !important;
display: block !important;
height: 36px !important;
line-height: 36px !important;
}
.header_div___U0sTs [class~='ant-select-selector'] {
height: 36px !important;
}
@ -64,18 +58,16 @@
.clear_Data___T1WZm {
width: 130px;
height: 32px;
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
background: linear-gradient(90deg, #4A6FFE 0%, #374DCF 100%);
border-radius: 4px;
font-size: 14px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: #FFFFFF;
line-height: 32px;
font-style: normal;
text-align: center;
cursor: pointer;
margin-top: 4px;
margin-top: 3px;
margin-left: 20px;
}
.batch___eEhQG {
@ -118,4 +110,65 @@
margin-right: 6px;
font-size: 14px;
}
.search_params___AaEc3 {
margin-left: auto;
display: flex;
justify-content: space-between;
}
.search_params___AaEc3 [class~='ant-select-selector'] {
height: 40px !important;
line-height: 40px !important;
}
.search_params___AaEc3 [class~='ant-form-item-label'] {
height: 40px !important;
line-height: 40px !important;
}
.search_params___AaEc3 [class~='ant-form-item-label'] label {
color: #90AAFF !important;
display: block !important;
height: 40px !important;
line-height: 40px !important;
}
.search_params___AaEc3 [class~='ant-select-selection-item'] {
line-height: 36px !important;
}
.search_params___AaEc3 [class~='ant-select-selector'] {
height: 40px !important;
background: #17378A !important;
border: 1px solid #17378A !important;
color: #90AAFF !important;
}
.search_params___AaEc3 [class~='ant-input-affix-wrapper'] {
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___AaEc3 [class~='ant-input-affix-wrapper'] input {
background: #17378A !important;
color: #90AAFF !important;
}
.search_params___AaEc3 [class~='ant-input-affix-wrapper'] input::-webkit-input-placeholder {
color: #90AAFF !important;
}
.search_params___AaEc3 [class~='ant-input-affix-wrapper'] input:-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___AaEc3 [class~='ant-input-affix-wrapper'] input::-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___AaEc3 [class~='ant-input-affix-wrapper'] input::placeholder {
color: #90AAFF !important;
}
.search_params___AaEc3 [class~='ant-input-group-addon'] button {
background: #17378A !important;
color: #90AAFF !important;
border: 1px solid #17378A !important;
}
.search_params___AaEc3 [class~='ant-picker'] {
height: 40px !important;
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___AaEc3 [class~='ant-picker'] input {
color: #90AAFF !important;
}

@ -36,7 +36,7 @@ var _react_17_0_2_react = __webpack_require__(59301);
var _umi_production_exports = __webpack_require__(88271);
;// CONCATENATED MODULE: ./src/pages/Laboratory/LaboratoryRoom/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var LaboratoryRoommodules = ({"header_div":"header_div___U0sTs","header_title":"header_title___Rf2SK","search":"search___JKp3V","searchIcon":"searchIcon___EfVFK","clear_Data":"clear_Data___T1WZm","batch":"batch___eEhQG","btns":"btns___Q_NP0","btn":"btn___PgQXi"});
/* harmony default export */ var LaboratoryRoommodules = ({"header_div":"header_div___U0sTs","header_title":"header_title___Rf2SK","search":"search___JKp3V","searchIcon":"searchIcon___EfVFK","clear_Data":"clear_Data___T1WZm","batch":"batch___eEhQG","btns":"btns___Q_NP0","btn":"btn___PgQXi","search_params":"search_params___AaEc3"});
// 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
@ -453,77 +453,93 @@ var Navigation = function Navigation(_ref) {
}
};
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
padding: 20
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: LaboratoryRoommodules.header_div,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: LaboratoryRoommodules.header_title,
children: "\u5B9E\u9A8C\u5BA4\u623F\u95F4"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: "\u72B6\u6001",
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: LaboratoryRoommodules.search_params,
style: {
marginLeft: 'auto'
},
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_select["default"], {
style: {
width: 100
},
defaultValue: status,
value: status,
onChange: function onChange(e) {
setStatus(e);
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
value: "",
children: "\u5168\u90E8"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
value: "0",
children: "\u5DF2\u542F\u7528"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
value: "1",
children: "\u5DF2\u7981\u7528"
})]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: "\u5B9E\u9A8C\u5BA4",
style: {
marginLeft: '20px'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: "\u72B6\u6001",
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_select["default"], {
style: {
width: 100
},
defaultValue: status,
value: status,
onChange: function onChange(e) {
setStatus(e);
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
value: "",
children: "\u5168\u90E8"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
value: "0",
children: "\u5DF2\u542F\u7528"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
value: "1",
children: "\u5DF2\u7981\u7528"
})]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: "\u5B9E\u9A8C\u5BA4",
style: {
width: 160
},
defaultValue: laboratory,
value: laboratory,
onChange: function onChange(e) {
setLaboratory(e);
marginLeft: '20px'
},
children: laboratoryLists === null || laboratoryLists === void 0 ? void 0 : laboratoryLists.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
value: item === null || item === void 0 ? void 0 : item.id,
children: item === null || item === void 0 ? void 0 : item.title
}, index);
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
style: {
width: 160
},
defaultValue: laboratory,
value: laboratory,
onChange: function onChange(e) {
setLaboratory(e);
},
children: laboratoryLists === null || laboratoryLists === void 0 ? void 0 : laboratoryLists.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
value: item === null || item === void 0 ? void 0 : item.id,
children: item === null || item === void 0 ? void 0 : item.title
}, index);
})
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u623F\u95F4\u540D\u79F0\u641C\u7D22",
size: "large",
className: LaboratoryRoommodules.search,
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(LaboratoryRoommodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: " ",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u623F\u95F4\u540D\u79F0\u641C\u7D22",
size: "large"
// className={styles.search}
,
style: {
width: 412,
borderRadius: 6,
marginLeft: 20
},
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(LaboratoryRoommodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})
})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: LaboratoryRoommodules.clear_Data,
onClick: function onClick() {
@ -533,15 +549,22 @@ var Navigation = function Navigation(_ref) {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: LaboratoryRoommodules.search_params
}), /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
rowSelection: objectSpread2_default()({
type: 'checkbox'
}, rowSelection),
loading: isLoading,
pagination: false,
dataSource: tableData,
columns: columns
}, refresh), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "materials-table-wrp",
style: {
marginRight: 0
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
rowSelection: objectSpread2_default()({
type: 'checkbox'
}, rowSelection),
className: "materials-table",
loading: isLoading,
pagination: false,
dataSource: tableData,
columns: columns
}, refresh)
}), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
children: total > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
@ -549,17 +572,7 @@ var Navigation = function Navigation(_ref) {
justifyContent: 'space-between',
padding: '10px 7px 20px 7px'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
style: {
color: '#656F87'
},
children: ["\u5171", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-light-primary",
children: total
}), "\u6761\u6570\u636E"]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {}), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
showSizeChanger: true,
showQuickJumper: true,
onChange: onShowSizeChange,

@ -36,7 +36,7 @@ var _react_17_0_2_react = __webpack_require__(59301);
var _umi_production_exports = __webpack_require__(88271);
;// CONCATENATED MODULE: ./src/pages/Laboratory/MyLaboratory/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var MyLaboratorymodules = ({"header_div":"header_div___LVX8g","header_title":"header_title___Do4wf","search":"search___ko4yU","searchIcon":"searchIcon___yBH7g","add_Data":"add_Data___KK34L","clear_Data":"clear_Data___ZIIz9","upload_modal":"upload_modal___ubHlR","modal_moban":"modal_moban___XbOLn","xiazai":"xiazai___IZfWx","modal_shangchuan":"modal_shangchuan___QZNSG","shangchuan":"shangchuan___wmbUM","geshi":"geshi___EkfuA","formWrap":"formWrap___MYHHs","tag_style":"tag_style___H4cnt","fuzeren":"fuzeren___f4nsv"});
/* harmony default export */ var MyLaboratorymodules = ({"header_div":"header_div___LVX8g","header_title":"header_title___Do4wf","search":"search___ko4yU","searchIcon":"searchIcon___yBH7g","add_Data":"add_Data___KK34L","clear_Data":"clear_Data___ZIIz9","upload_modal":"upload_modal___ubHlR","modal_moban":"modal_moban___XbOLn","xiazai":"xiazai___IZfWx","modal_shangchuan":"modal_shangchuan___QZNSG","shangchuan":"shangchuan___wmbUM","geshi":"geshi___EkfuA","formWrap":"formWrap___MYHHs","tag_style":"tag_style___H4cnt","fuzeren":"fuzeren___f4nsv","search_params":"search_params___HAstr"});
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/upload/index.js
var upload = __webpack_require__(60028);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/index.js + 19 modules
@ -488,54 +488,70 @@ var Navigation = function Navigation(_ref) {
return label.includes(search) || phone.includes(search);
};
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
padding: 20
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: MyLaboratorymodules.header_div,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: MyLaboratorymodules.header_title,
children: "\u6211\u7684\u5B9E\u9A8C\u5BA4"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: "\u5B9E\u9A8C\u5BA4\u4E2D\u5FC3",
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: MyLaboratorymodules.search_params,
style: {
marginLeft: 'auto'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
style: {
width: 160
},
defaultValue: laboratoryCenter,
value: laboratoryCenter,
onChange: function onChange(e) {
setLaboratoryCenter(e);
},
children: (_ref2 = [{
id: '',
title: '全部'
}].concat(toConsumableArray_default()(centerList))) === null || _ref2 === void 0 ? void 0 : _ref2.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
value: item === null || item === void 0 ? void 0 : item.id,
children: item === null || item === void 0 ? void 0 : item.title
}, index);
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: "\u5B9E\u9A8C\u5BA4\u4E2D\u5FC3",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
style: {
width: 160
},
defaultValue: laboratoryCenter,
value: laboratoryCenter,
onChange: function onChange(e) {
setLaboratoryCenter(e);
},
children: (_ref2 = [{
id: '',
title: '全部'
}].concat(toConsumableArray_default()(centerList))) === null || _ref2 === void 0 ? void 0 : _ref2.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"].Option, {
value: item === null || item === void 0 ? void 0 : item.id,
children: item === null || item === void 0 ? void 0 : item.title
}, index);
})
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u540D\u79F0/\u8D1F\u8D23\u4EBA\u59D3\u540D\u641C\u7D22",
size: "large",
className: MyLaboratorymodules.search,
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(MyLaboratorymodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: "",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u540D\u79F0/\u8D1F\u8D23\u4EBA\u59D3\u540D\u641C\u7D22",
size: "large"
// className={styles.search}
,
style: {
width: 412,
borderRadius: 6,
marginLeft: 20
},
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(MyLaboratorymodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})
})
})]
}), (user === null || user === void 0 || (_user$userInfo2 = user.userInfo) === null || _user$userInfo2 === void 0 ? void 0 : _user$userInfo2.classroom_center_auth) && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: MyLaboratorymodules.add_Data,
@ -545,13 +561,13 @@ var Navigation = function Navigation(_ref) {
},
children: "\u65B0\u5EFA\u5B9E\u9A8C\u5BA4"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: MyLaboratorymodules.clear_Data,
className: MyLaboratorymodules.add_Data,
onClick: function onClick() {
setOpenUpload(true);
},
children: "\u6279\u91CF\u5BFC\u5165"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: MyLaboratorymodules.clear_Data,
className: MyLaboratorymodules.add_Data,
onClick: function onClick() {
(0,util/* downLoadFile */.FH)('', (0,util/* setUrlQuery */.NY)({
url: env/* default */.Z.API_SERVER + "/api/yn_classrooms/classrooms/export",
@ -561,33 +577,30 @@ var Navigation = function Navigation(_ref) {
children: "\u6279\u91CF\u5BFC\u51FA"
})]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
loading: isLoading,
pagination: false,
dataSource: tableData,
columns: columns,
scroll: {
x: 1300
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "materials-table-wrp",
style: {
marginRight: 0
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
loading: isLoading,
pagination: false,
dataSource: tableData,
className: "materials-table",
columns: columns,
scroll: {
x: 1300
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
children: total > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: total > 0 ? /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between',
justifyContent: 'end',
padding: '10px 7px 20px 7px'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
style: {
color: '#656F87'
},
children: ["\u5171", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-light-primary",
children: total
}), "\u6761\u6570\u636E"]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
showSizeChanger: true,
showQuickJumper: true,
onChange: onShowSizeChange,
@ -597,7 +610,7 @@ var Navigation = function Navigation(_ref) {
pageSize: limit || 10,
defaultPageSize: 10,
total: total
})]
})
}) : ''
}), /*#__PURE__*/(0,jsx_runtime.jsxs)(modal/* default */.Z, {
maskClosable: false,

@ -16,12 +16,6 @@
.header_div___LVX8g [class~='ant-form-item'] [class~='ant-form-item-label'] {
text-align: right !important;
}
.header_div___LVX8g [class~='ant-form-item'] [class~='ant-form-item-label'] label {
color: #666 !important;
display: block !important;
height: 36px !important;
line-height: 36px !important;
}
.header_div___LVX8g [class~='ant-select-selector'] {
height: 36px !important;
}
@ -63,11 +57,10 @@
background-color: #f6f7f9;
}
.add_Data___KK34L {
width: 110px;
width: 130px;
height: 32px;
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
background: linear-gradient(90deg, #4A6FFE 0%, #374DCF 100%);
border-radius: 4px;
font-size: 14px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
@ -181,12 +174,73 @@
line-height: 36px !important;
}
.tag_style___H4cnt {
height: 28px ;
line-height: 28px ;
height: 28px;
line-height: 28px;
background: #F5F5F5;
border-radius: 2px ;
border-radius: 2px;
}
.fuzeren___f4nsv:hover {
color: #165DFF;
}
.search_params___HAstr {
margin-left: auto;
display: flex;
justify-content: space-between;
}
.search_params___HAstr [class~='ant-select-selector'] {
height: 40px !important;
line-height: 40px !important;
}
.search_params___HAstr [class~='ant-form-item-label'] {
height: 40px !important;
line-height: 40px !important;
}
.search_params___HAstr [class~='ant-form-item-label'] label {
color: #90AAFF !important;
display: block !important;
height: 40px !important;
line-height: 40px !important;
}
.search_params___HAstr [class~='ant-select-selection-item'] {
line-height: 36px !important;
}
.search_params___HAstr [class~='ant-select-selector'] {
height: 40px !important;
background: #17378A !important;
border: 1px solid #17378A !important;
color: #90AAFF !important;
}
.search_params___HAstr [class~='ant-input-affix-wrapper'] {
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___HAstr [class~='ant-input-affix-wrapper'] input {
background: #17378A !important;
color: #90AAFF !important;
}
.search_params___HAstr [class~='ant-input-affix-wrapper'] input::-webkit-input-placeholder {
color: #90AAFF !important;
}
.search_params___HAstr [class~='ant-input-affix-wrapper'] input:-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___HAstr [class~='ant-input-affix-wrapper'] input::-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___HAstr [class~='ant-input-affix-wrapper'] input::placeholder {
color: #90AAFF !important;
}
.search_params___HAstr [class~='ant-input-group-addon'] button {
background: #17378A !important;
color: #90AAFF !important;
border: 1px solid #17378A !important;
}
.search_params___HAstr [class~='ant-picker'] {
height: 40px !important;
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___HAstr [class~='ant-picker'] input {
color: #90AAFF !important;
}

@ -86,12 +86,12 @@ var _umi_production_exports = __webpack_require__(88271);
var es_form = __webpack_require__(78241);
// 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/input/index.js + 3 modules
var input = __webpack_require__(92832);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js
var es_select = __webpack_require__(57809);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/date-picker/index.js + 12 modules
var date_picker = __webpack_require__(57421);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules
var input = __webpack_require__(92832);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/table/index.js + 85 modules
var table = __webpack_require__(36546);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/pagination/index.js + 10 modules
@ -719,30 +719,11 @@ var Navigation = function Navigation(_ref) {
return false;
};
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: MyReservationmodules.header_div,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: MyReservationmodules.header_title,
children: "\u6211\u7684\u9884\u7EA6"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u540D\u79F0\u3001\u623F\u95F4\u53F7\u6216\u9884\u7EA6\u4EBA\u8FDB\u884C\u641C\u7D22",
size: "large",
className: MyReservationmodules.search,
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(MyReservationmodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})
})]
style: {
padding: 20
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: MyReservationmodules.header_div
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: MyReservationmodules.search_params,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
@ -771,7 +752,7 @@ var Navigation = function Navigation(_ref) {
colon: false,
label: "\u65E5\u671F",
style: {
marginLeft: 'auto'
marginLeft: '20px'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(date_picker["default"], {
style: {
@ -821,14 +802,49 @@ var Navigation = function Navigation(_ref) {
children: "\u5DF2\u53D6\u6D88"
})]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: " ",
style: {
marginLeft: 'auto'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u540D\u79F0\u3001\u623F\u95F4\u53F7\u6216\u9884\u7EA6\u4EBA\u8FDB\u884C\u641C\u7D22",
size: "large",
className: MyReservationmodules.search,
value: keyword,
style: {
width: 412
},
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(MyReservationmodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})
})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
pagination: false,
dataSource: tableData,
columns: columns,
scroll: {
x: 1500
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "materials-table-wrp",
style: {
marginRight: 0
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
pagination: false,
dataSource: tableData,
className: "materials-table",
columns: columns,
scroll: {
x: 1500
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
children: total > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
@ -838,17 +854,7 @@ var Navigation = function Navigation(_ref) {
padding: '10px 7px 20px 7px',
marginTop: '10px'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
style: {
color: '#656F87'
},
children: ["\u5171", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-light-primary",
children: total
}), "\u6761\u6570\u636E"]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {}), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
showSizeChanger: true,
showQuickJumper: true,
onChange: onShowSizeChange,

@ -76,12 +76,65 @@
height: 36px !important;
line-height: 36px !important;
}
.search_params___NkVZb [class~='ant-form-item-label'] label {
color: #90AAFF !important;
display: block !important;
height: 36px !important;
line-height: 36px !important;
}
.search_params___NkVZb [class~='ant-select-selection-item'] {
line-height: 34px !important;
}
.search_params___NkVZb [class~='ant-select-selector'] {
height: 36px !important;
background: #17378A !important;
border: 1px solid #17378A !important;
color: #90AAFF !important;
}
.search_params___NkVZb [class~='ant-input-affix-wrapper'] {
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___NkVZb [class~='ant-input-affix-wrapper'] input {
background: #17378A !important;
color: #90AAFF !important;
}
.search_params___NkVZb [class~='ant-input-affix-wrapper'] input::-webkit-input-placeholder {
color: #90AAFF !important;
}
.search_params___NkVZb [class~='ant-input-affix-wrapper'] input:-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___NkVZb [class~='ant-input-affix-wrapper'] input::-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___NkVZb [class~='ant-input-affix-wrapper'] input::placeholder {
color: #90AAFF !important;
}
.search_params___NkVZb [class~='ant-input-group-addon'] button {
background: #17378A !important;
color: #90AAFF !important;
border: 1px solid #17378A !important;
}
.search_params___NkVZb [class~='ant-picker'] {
height: 36px !important;
line-height: 36px !important;
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___NkVZb [class~='ant-picker'] input {
color: #90AAFF !important;
}
.search_params___NkVZb [class~='ant-picker'] input::-webkit-input-placeholder {
color: #90AAFF !important;
}
.search_params___NkVZb [class~='ant-picker'] input:-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___NkVZb [class~='ant-picker'] input::-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___NkVZb [class~='ant-picker'] input::placeholder {
color: #90AAFF !important;
}
.my_modal___glGQ2 [class~='ant-form-item'] {
margin-bottom: 14px !important;

@ -60,12 +60,53 @@
height: 36px !important;
line-height: 36px !important;
}
.search_params___R1x4h [class~='ant-form-item-label'] label {
color: #90AAFF !important;
display: block !important;
height: 36px !important;
line-height: 36px !important;
}
.search_params___R1x4h [class~='ant-select-selection-item'] {
line-height: 34px !important;
}
.search_params___R1x4h [class~='ant-select-selector'] {
height: 36px !important;
background: #17378A !important;
border: 1px solid #17378A !important;
color: #90AAFF !important;
}
.search_params___R1x4h [class~='ant-input-affix-wrapper'] {
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___R1x4h [class~='ant-input-affix-wrapper'] input {
background: #17378A !important;
color: #90AAFF !important;
}
.search_params___R1x4h [class~='ant-input-affix-wrapper'] input::-webkit-input-placeholder {
color: #90AAFF !important;
}
.search_params___R1x4h [class~='ant-input-affix-wrapper'] input:-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___R1x4h [class~='ant-input-affix-wrapper'] input::-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___R1x4h [class~='ant-input-affix-wrapper'] input::placeholder {
color: #90AAFF !important;
}
.search_params___R1x4h [class~='ant-input-group-addon'] button {
background: #17378A !important;
color: #90AAFF !important;
border: 1px solid #17378A !important;
}
.search_params___R1x4h [class~='ant-picker'] {
height: 36px !important;
line-height: 36px !important;
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___R1x4h [class~='ant-picker'] input {
color: #90AAFF !important;
}
.formWrap___T4kVg [class~='ant-input'] {
height: 36px !important;
@ -93,10 +134,9 @@
justify-content: space-between;
margin-bottom: 15px;
padding: 20px;
background: #FFFFFF;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
border-radius: 2px;
border: 1px solid #F5F5F5;
background: #CEDEFF;
border-radius: 6px;
border: 1px solid #D0F5FF;
}
.title_status___bEeyW {
width: 52px;
@ -111,16 +151,16 @@
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px;
margin-right: 10px;
}
.title_name___ikESj {
width: 510px;
height: 22px;
height: 16px;
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 14px;
color: #000000;
line-height: 22px;
font-weight: 600;
font-size: 16px;
color: #434D6C;
line-height: 16px;
text-align: left;
font-style: normal;
white-space: nowrap;
@ -134,20 +174,21 @@
max-width: 150px;
margin-right: 40px;
white-space: nowrap;
color: #000;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
}
.con_title___tglCl {
margin-right: 10px;
color: #5F6367;
font-size: 12px;
color: #464F66;
font-size: 14px;
}
.add_Data___csgAB {
width: 110px;
height: 32px;
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
background: linear-gradient(90deg, #4A6FFE 0%, #374DCF 100%);
border-radius: 4px;
font-size: 14px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
@ -162,31 +203,27 @@
display: flex;
justify-content: center;
align-items: center;
color: #3061D0;
width: 80px;
height: 28px;
background: linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 16px;
border: 1px solid #BACFFE;
color: #fff;
background: linear-gradient(90deg, #4A6FFE 0%, #374DCF 100%);
box-shadow: 0px 5px 10px 0px #B3CCFF, inset 0px 1px 6px 0px #FFFFFF;
border-radius: 25px;
width: 190px;
height: 50px;
font-size: 12px;
cursor: pointer;
}
.add_Data2___hHzbt {
width: 80px;
height: 28px;
line-height: 28px;
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
font-size: 14px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
color: #FFFFFF;
text-align: center;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
margin-left: 20px;
border-radius: 16px;
background: linear-gradient(90deg, #4A6FFE 0%, #374DCF 100%);
box-shadow: 0px 5px 10px 0px #B3CCFF, inset 0px 1px 6px 0px #FFFFFF;
border-radius: 25px;
width: 190px;
height: 50px;
font-size: 12px;
cursor: pointer;
}

@ -181,9 +181,9 @@ if (false) {}
/***/ }),
/***/ 50277:
/***/ 99406:
/*!********************************************************************!*\
!*** ./src/pages/Laboratory/OpenReservation/index.tsx + 1 modules ***!
!*** ./src/pages/Laboratory/OpenReservation/index.tsx + 7 modules ***!
\********************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
@ -221,10 +221,10 @@ var _umi_production_exports = __webpack_require__(88271);
var date_picker = __webpack_require__(57421);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/index.js + 19 modules
var es_form = __webpack_require__(78241);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules
var input = __webpack_require__(92832);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js
var es_select = __webpack_require__(57809);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules
var input = __webpack_require__(92832);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/spin/index.js + 1 modules
var spin = __webpack_require__(71418);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tooltip/index.js + 3 modules
@ -250,6 +250,18 @@ var authority = __webpack_require__(64118);
var NoData = __webpack_require__(63017);
// EXTERNAL MODULE: ./src/utils/env.ts + 1 modules
var env = __webpack_require__(69423);
;// CONCATENATED MODULE: ./src/assets/images/statistics/one.png
var one_namespaceObject = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAPCAYAAAAceBSiAAAAAXNSR0IArs4c6QAABS1JREFUSEudlWlsVFUUx//3zpt5rzOddpbuDnShbaBoWyrYytrRKJGIoomIiRGImBqFSNwVk1pi9IMfGiKIipFEY4MLyCIUcJqStCmEQErTkkJb6NDSzrQzXWbtzFvuNTPIIpKY8L685L177+/8zj3nXoJ7PLwe1FdblmWhxlwFAFcmRk1tgz7SAHav8ff7jdw9cerk4kpz8QuNkIprQE1S8r8WmkG0r1Pzn9hhGHbtJ2uh3S/wznm34JyDjB1ftU5nwBe2yoZ8sIRzQpuBJ95ED8QGNHWkqbGny/vxwrrz/wy4/zBuwSPtS55KKdpw8LLre0NOSRWMGXNBiB6cq2CJQBgHV4Og6hCfmex81fp4197/w4a+3FqrxGWzbduuP0FI0uE/5vxX6OJFzx6GULCqp6MZF7s8WLyiGDmODFDKwJQwNEUB0YngIKCI95wfmljk3OiOJRbzfPNRmZFrqUo8TogmEwUCdP7xJy9L6e8aJEn/gN+7M2q2HgDVOKciF5jGI3oplDQ/922esbSkoBuEFg33XwEIgdsdBQVgs4lIt+qRIhEIgg5SCk1sQ4zoaLZ91UBwZPeHC+yT7lamMgPTGNE0hnA0gt6iKqlo5cOQRAHutl5knm5NBsopAaE6rqianIS37spMLc839/nG5dzpaRmZ2RKyck3JDEWCCvz+OLzXowiGFJSVpcJqM8jh8UDWnLqpQPv21+bT3PQjCiWFsbiCQDCK/KoamDPGIKU+hpQUESzSgisDZrQd/ANpZhGSSEG4MJqEH9sCsXyJ4+zUlFxuyzJCIxJy8gwQdBTgHHFFg8+jgCkxDPSFUFwi+QYvjxY5GxDmnBOf91RL08lhZ55dD8hBLK2yAHQupkMCHLNmgfIpjF49in3H3Mh1FMITUPFEubEzCU/0dU921n6rTbdmiNVg+9fdeH9DIZwLxpP256468OlX/dj8YhEK9BfANK35ot23eu1aaJzX02m/09V6Iey0pDCoMwFUlIrwT1vg8VFUV1eDYhLu3iNoPTuBjOxchGQdKhzswq1qH/kld48gkE1T1jX4ZvcpvPfO88jTNwNcQ198NXY3HsAHW1cg5j4EVdN2lqz3bkkEVl9fTzfXLXP90OxxOjIEmHRxLF34IEjsNETLCjAIGB86Dkbn4/BfHTBZsjESYHi6QrwNv9aUs16v43uzHGmEpuWAxKbBBEuiOEBkPyBZoAXG4B0OcA7h5VkvjTbdyFo9DWxe7mrvjjrTRA2aHMbc4iIwjSAw2YdYTIHRnJ84qXCq7Qws9gyEZR3m5dxh3vq5fS7hand1jU3Qp0igAoV3OJxsrOzZJkDVoMRiaG2ZiMsg8575LDB40/zNuqWu7456nLPtAtJEFYVZIsLhaSgaB1MZNKZBlil6rnghmjNxfVLF6so7zM832uf5ffKh8gXmYlumkURmOM52yVA1jkcqU2A1c4yPRnC6IzhZWiItKd8ycekm/K3XH3Wd6Qk6TSKHKkfhyDRiX/MZTEQEMAaYhBnUVs7B4PA40tItiMQ4Sh3S7bQnFupstFiMFvJGdoZxu07Q6XovKZAVoPwhEUxT1KGh6CdTM6Rp+duT1wm5ceom9nzTK1WuHb8PORPGVhPDssoc/NTcDn9QD8440sUZrFxUhhMd/RCMNgx6o1i3PPPf8JuV3zvHttEiGbaJBlqQQMQVdi0cURp+dk/82HDXzZaA162vaPH45VrOVIRDIRQX5GHPb80Ym6aJToXNGMdzzhp0dvfDmm5OXo1Ws6HrbwwKVuRIakBAAAAAAElFTkSuQmCC";
;// CONCATENATED MODULE: ./src/assets/images/statistics/tow.png
var tow_namespaceObject = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAAqpJREFUOE990VtIUwEYB/D/2XZ29UynYqbWKiEwLbFMLcyyLBGC9EGxIkRfLCoiEDSKkKhQIYvoAoJGIlQUvSVE9RAoNCzSRNQ5yzpzbu7snN3OOTu7xh4Mx6Tv7fvg9/FdCKyL9y8eb1G7nNt1snA6wzKUg/GRFqcAe0QRikTk/k3ZBrbImL90tqPjd5wRa3ZscJAafXnflKUUCnRqNWxuHpZVL36yElh3AHwgCkorx9HSfMuh5rbSpvYuzz8cbzJws6OT1KX0uNwe0Ms2uFgOASkIBamGjjKA0imRZ5Dd6rg31A0QsQS8yjGXwz7uoSIqISTyEHgfBFFAMEIgQigRVWqgUqNzX0lVX8LY8cQ8Od5qnRobctLzcDEOrDIMHC4PeFECIdcgM9uImsbmi3X1LU+S8KzJlDH7Y/yzY2mu0Otm4BVEiFIEsWgEhIxEjjHfXHmqoaqiosaRhOOFD2+elyzOzwwHSX1RNBZBOBgC5HKQIe+8cefulvrTbaa1IyfsvFYcHRnRcyH/Bd7v7eYFicjJy72dlWN4VF3d4F7/2g0xTcc0Qbmnxbkw0W+12YnMbXs6JS0Ga4uL+f9iGyMV+MXwMzLmKw+LLoiihGBMhWUm/E2r5FuPHz44veHYHMelecMpn1Qxca9Wq4DI2RGQQqAysuFw+kDb2elUlVhdXl7uSjqY1WY7R2r0w5RGDZVSBvrrO8wuWnGiqR2CKIFeWYGf+9NeVnZkIAkvzn2/ok0xPEgzZMA68RbmsdeYNNPYcaAZJ8+cB8sysJhnrh2rre9Jwq/6blxVkvJ+RZiF226BEJDg4PywsQI0aVuRmbUZqZTy+qU7T+8m4MHeXmrh4/CXgnTZrvRUHRweEb9cEqZoDkurfrj5INL1MlQW5i4U1zXub+/q9fwFCrY6H9bm4fMAAAAASUVORK5CYII=";
;// CONCATENATED MODULE: ./src/assets/images/statistics/tree.png
var tree_namespaceObject = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAArhJREFUOE9tk81PE0EYh3/Tz+1uly7loxEoFKgLCALejCx6MP4BXkgg3PVm4k2PJnhQ4t1w4AIJaWKiITFyIgFDxAqkgIVioR9KhbSCpfRjt2XXzJAQTJhkDpOZ532fd+YdgitGKHQgHBUPbp2c5H102ymISXuNbU3p7MxdPk4uL+bn5525iu1JRSePtVKhUa9oxNB1VAwCi9X2m+e5t3VC3RtFOQ9yAa+ubjf8KWozmlYctOgqvI0emAiBYRgwdGA3nsTxaRk2XlxuktxDitKdZHAoFBI0m/RRzWfvukUHOvztMJkIEsmfDPa1NEPXdWyGt7G+FQcveZY9zc4HDN6I7D4zm80vOTPg87Vc6MQTSeiGgTZfC6vOgIHw1g42oodwuatfEJpVcNdFtNNsoyzLMAEMMJvN2IvFWeb2ttZz2DCglSv4vPQFR7l8mgSDwQFBFBerXBKprZZQKqlYWv6Krg4ZZ2dnTNff3nZeO4U1DYlEAluRbZDZ9+9GiMU63dPbD7ckwW63I53JYGPzO1RNQ5csw+9vvwikqioymQx2w2sgk5OTIyVVnR5UFNTXe+BwcLBYLKxuqi1WiairrWUG1KRYLDI4sr4CEggElL1YYnHgzm14vV4IgsBgk8nE6qaqFKSzXC6jUCgglUohtPYN7MI+zM5GOmW5sae7G05RhNVqZSAh521AA9CsFM5ms/gRjSIR3Umz3Vfj488rWmWsr68Xzc1e8Dx/JUyz7qdS2AqHwdtMYwyem5sTFhYWP1W5JKWjQ0bDNQ/sdo6p00GVVbWEw8M0YrEYCrnjoHKv7/5Fe05MTTWFV1ZmXFL1QKuvFTW1bnB2jjWwWlJxdPwX+7+SKOZPgv03bg49HB6O//cxAoGAMxgMPlW18iOO4xqoPu1v+jxnFe2Qdzgm2vzXX4+Ojp5Qo3/DJFhaX5mxFgAAAABJRU5ErkJggg==";
;// CONCATENATED MODULE: ./src/assets/images/statistics/four.png
var four_namespaceObject = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAPCAYAAAAceBSiAAAAAXNSR0IArs4c6QAABShJREFUSEuFlXtMU3cUx7+/+2q5BSkFSmGoPEWQEdkmGFkmbrplZjpiMveOmpmYLJg5zaaZJg73MFsWmdnDLVs0Lo64ZS66P2QSDSZzshCIYzzESgFbqZVHgQttb+/rt9wipmy63b9u7jnn9znnfH/nXIJ7PHQ/mJHqEqedETNVAFQd89t+GxghdTDu5f8f38gdG72Xz6zxrm28acXSpILn6mEtWA7GZo0Z9KkIwu4r+ui5w4Lv/CmyEfr/JEHy8/OXUEoPUkoJwzB7PB5Pt1lHfNxdOKUgt39d+wIr4KBjad1CGGbNprsxE0F4QO7TtaGG+q6OwDuPbGu/4zA3jfLy8vRIJLJTVdVaVVUTY6GETDMMc1gUxUPd3d3B2Yi78NClqqcT8jafvnb+W8FV+BDEtMUghAelGgwzEYOCahIYzUsjwSuvpTzRcSweW11dzUmStDoSiRxSFaVYNwwYxoxK1KyMELAs22G1Wnf19PRcNPsZg9MfwUbznv0FXM7arsuN6O64hRUrC+DKTgPDGDDUaeiqCsJaQEHAINrV7h1btmrLoGzGV1ZWPqwoyh5FUdZrmiZQaiCqGkhOskFTVYTC4RjcTAKAzPP8KY7jPorB277OEhcV5nSCMHm+6x6zTxgcDIMB4HBYkJzCI8FKwHEsrAmMKYNMWCYjdW2f5HQ68xbMn9+q6XqqruswKwYIqgoJ+sesGJUUBINBCDwPgxrQdQOapkIQBH8M3vxFemLZwiT3yLCSOTGhID3DCmemLdaykKRidDSKwM0wpCkVJSWJSHEIyvTwpDN/2/gkAKa0tHS1I8V+XI7qrkKXgadKotCUKM62R3DJrSDRJoJhSAxsSpE8b94AYZiXY/Cz22Epq8puHR9XyhxOETqxwpUlgGMZUzBEVR0jt1QYqow+9xQKCq0jA9f8eavqMD2re1pWUVHtutTTFVnS4stuDRd6OcgGDwIag5pd4QWe2u0p52RZ3trS0jI0o/l+MF0ZzlMpDrbGayzHgS878fbmXKwqH46d3dafjXc/u47a5/OQw/8JQ9cbu1NH1m2MGzlKwQZ/qji590RoSa/kKqa6GmtvTArdgM0mQo4qnW63+9FgMCjFpmA286EfMr/hOLJ1PKUGXx25iLd2bUAW3whQHe7oOhyp/xm7d6yEPHgGmq5/XrgpsD3+ttPmGrvP3dv00lHbRCSqrHFlPgBFVU1f2EQRfn8Anv7rXZOTUysATM2B32hwbeJZesyZPY8w81wg8gQMzg7CsCDKKGC1Q5+8jYBvklJwr8x/0d8QD99Rk2NfVrHo/MEGb9t4UNomWnjkFhRAECzw+m6C4zgEAoGP/X7/7n/NefOHqYsJ1Torlzs4PsEKhmMQ8E3HBitjgQ3QdKiyjOYLY1EFpHj9+5MD8fCe+uLMUJS0HW8aevXkX9ybFp5/hucFJIgiXC4XOJZt7B8c3OzxeGa0jG97e31q8eiIcqasPKnAkS6SUISitUOBplNULE1AShLFsD+ElstScFGhtaps+1hvPFw6UVQlSbjU2jdVu+GQ/2haWlqdKCa8Ybfb1aSkpMOyHP2gvb09HB8zZ7dfqbfbRTt5PSNNPMByLHu1V4WiAmUPWmDoqub1hveNR0jDYzuDN82dEX/QH5+UrslN1po6vMr+J9/rP2COYEZGRrUgCJLP52v/516fU/nsQebNv5rv2GK3CnstApNjIqKqcWM6pNZ9Pzj2Xd19/my/7yl6PC+XudByNfzBhk9v7ItP7H7vfwOWeF/jIwmTGgAAAABJRU5ErkJggg==";
;// CONCATENATED MODULE: ./src/assets/images/statistics/five.png
var five_namespaceObject = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAAfpJREFUOE9jZCAS1NfXM2loaBidPHnyzuHcK/+ZvnHzMRKpl6G/v1/S0NDwBD8f/+NHPx611Ar13iRKc319PUt8fHwhDw9v6c49Ozq0dXX0T34+sYEozZcuXUpUUlFuPHz56IQPz94KXr57U8NO20KaoOZFm5bHejh69Gy4vffexhcH1jL+/Sxq88pQUIFb4iBezfVTO0OcPV0WzbqwlHP3j30MP1i+MFiKmF6yeKPv2xBW8Qin5sKuWnt3P7cN267vF5hydD4Djx4rg66Yyk3V+2oeCzInPAAFNFbNmU0Vxo6+jpvOPbsiNfniXIafIp8YDJXUXyrcUvRenTXnLCyGMDRnNZdpGrlb7njx87XcrDtzGZ7+espgoKH8UuGGnP/a9MUnkaMWRXNkVYq4iZvd5n/8/0zrlrcz/FL5xqCtIfNe4ZpiwKaMZYfQ0wRcc1RFpqCMmfJqQSlh565d/QxfRD8wqOqKfFG5oxaxKWHFVmyJCawZpJFXV3yJspGs1/StCxgesz5kUDYR/qjyQDlpa/SadbhSIUgzo29f+hQdA+2sBSeWMrzmf82gaiTwVe2uQuzGmHXr8SVfxtDQUObHDgxXHnx4rvGC+RGDrDnXd/2HKqlbErYsJZTuwc5264ptZlPnrnklcO8X/zOWot2R26YxMDD8J6QZAKumvG6GoseqAAAAAElFTkSuQmCC";
;// CONCATENATED MODULE: ./src/assets/images/statistics/six.png
var six_namespaceObject = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAAkhJREFUOE+lk81LVFEYxp/3zP2YO475MWMpughdzK2oSKxRqaAJmttYCoJZm5ZRm9Zt+jsSEqQkwkCIiK6JBFaUC6ONgmHYhFGW42CkzIxzzzlx5suPlr27+57z3Od5f++9hP8o2qu1bTtk2/YVKakRrHQqAF33pRYWFp7Mzc39LGv2iv3RU9HxbGbT9rZy81ueJ9VFnWmk6XrEDFT9SH5NXlpdXd1Q/V3i1kikI1xd/ay9o6N7aGgouTPVtd7eA4vLy+9hmjdmZ2amKmJ583pz1n1p3MrzKLpid28vLQ4cSn/P7BSnfEK7c/jM49yHt/dHDZqUXZ0eTfVfPnk6n3luhPf78kLogrGAIcRvIgLyOUAF1w2ACFlGNYzzjEFsS6ynBT04cfRiP8+88FtWwUiJ1P2M38LSuQTAGFrfvUIgnSq8QKpTCXDOQQ/bj8QTXm5C0/Rd4FeqquH2DMJfF0J8chz1Xz5vE1J6KUCP2o/HHV1MME0r8ishXDECGDvWiVBzMxKzr1H/LVlwrhQXoOG2FueqZbjFzNsLSBkmxhIDIMYwOO0ivPZrx3IkmI+BRloanGiix/XFHHAuwNU8AvCEQHL9Dzwh0WgFISUD5xJCSAgwmB/fgEbbmpxaK+iuBWuKZAtVwFJxkuqB1JxFWCp+bXYTNNzS4Jzv7XOtCz3wys4c4FKWEiiyEp7qKVflDgZtdho0crDJMauCbrouXPIsOkMSRDlHIUaxV060b2MddC92Ntb9af6pbuqVb1VuQ//3nyuNpvb8F16o8ZLMlFIbAAAAAElFTkSuQmCC";
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
var jsx_runtime = __webpack_require__(37712);
;// CONCATENATED MODULE: ./src/pages/Laboratory/OpenReservation/index.tsx
@ -267,6 +279,12 @@ var jsx_runtime = __webpack_require__(37712);
@ -353,13 +371,13 @@ var OpenReservation = function OpenReservation(_ref) {
},
'running': {
name: '进行中',
color: '#00B187',
background: 'rgba(0, 177, 135, 0.1)'
color: '#fff',
background: 'linear-gradient( 270deg, #29C7EB 0%, #20C692 100%)'
},
'completed': {
name: '已完成',
color: '#E30000',
background: 'rgba(227, 0, 0, 0.1)'
color: '#fff',
background: 'linear-gradient( 270deg, #EB2929 0%, #C62320 100%)'
}
};
(0,_react_17_0_2_react.useEffect)(function () {
@ -480,30 +498,11 @@ var OpenReservation = function OpenReservation(_ref) {
return label.includes(search);
};
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: OpenReservationmodules.header_div,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.header_title,
children: "\u5B9E\u9A8C\u5F00\u653E\u9884\u7EA6"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u540D\u79F0\u641C\u7D22",
size: "large",
className: OpenReservationmodules.search,
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(OpenReservationmodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})
})]
style: {
padding: 20
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.header_div
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: OpenReservationmodules.search_params,
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
@ -515,7 +514,7 @@ var OpenReservation = function OpenReservation(_ref) {
label: "\u5B9E\u9A8C\u623F\u95F4",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
style: {
width: 160
width: 250
},
defaultValue: classroomId,
value: classroomId,
@ -540,7 +539,7 @@ var OpenReservation = function OpenReservation(_ref) {
},
children: /*#__PURE__*/(0,jsx_runtime.jsxs)(es_select["default"], {
style: {
width: 160
width: 250
},
defaultValue: status,
value: status,
@ -561,6 +560,34 @@ var OpenReservation = function OpenReservation(_ref) {
children: "\u5DF2\u5B8C\u6210"
})]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: " ",
style: {
marginLeft: '20px'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u540D\u79F0\u641C\u7D22",
size: "large",
className: OpenReservationmodules.search,
style: {
width: 472
},
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(OpenReservationmodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})
})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
@ -585,185 +612,245 @@ var OpenReservation = function OpenReservation(_ref) {
})]
})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(spin/* default */.Z, {
spinning: spinning,
children: (tableData === null || tableData === void 0 ? void 0 : tableData.length) > 0 ? tableData === null || tableData === void 0 ? void 0 : tableData.map(function (item, index) {
var _statusType$item$stat, _statusType$item$stat2, _statusType$item$stat3, _item$substance_names, _item$substance_names2;
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: OpenReservationmodules === null || OpenReservationmodules === void 0 ? void 0 : OpenReservationmodules.list_item,
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: env/* default */.Z.IMG_SERVER + '/' + (item === null || item === void 0 ? void 0 : item.image),
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
background: '#B2BDF9',
padding: 20
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(spin/* default */.Z, {
spinning: spinning,
children: (tableData === null || tableData === void 0 ? void 0 : tableData.length) > 0 ? tableData === null || tableData === void 0 ? void 0 : tableData.map(function (item, index) {
var _statusType$item$stat, _statusType$item$stat2, _statusType$item$stat3, _item$substance_names, _item$substance_names2;
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: OpenReservationmodules === null || OpenReservationmodules === void 0 ? void 0 : OpenReservationmodules.list_item,
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
width: 150,
marginRight: 20
}
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
display: 'flex'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: env/* default */.Z.IMG_SERVER + '/' + (item === null || item === void 0 ? void 0 : item.image),
style: {
display: 'flex',
alignItems: 'center',
marginBottom: 10
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.title_status,
style: {
color: (_statusType$item$stat = statusType[item.status]) === null || _statusType$item$stat === void 0 ? void 0 : _statusType$item$stat.color,
background: (_statusType$item$stat2 = statusType[item.status]) === null || _statusType$item$stat2 === void 0 ? void 0 : _statusType$item$stat2.background
},
children: (_statusType$item$stat3 = statusType[item.status]) === null || _statusType$item$stat3 === void 0 ? void 0 : _statusType$item$stat3.name
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.title_name,
children: item === null || item === void 0 ? void 0 : item.name
})]
width: 250,
height: 188,
marginRight: 45
}
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
fontSize: '12px'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: OpenReservationmodules.jdy_dom,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: OpenReservationmodules.con_title,
children: "\u6559\u5BFC\u5458"
style: {
display: 'flex',
alignItems: 'center',
marginBottom: 10
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.title_status,
style: {
color: (_statusType$item$stat = statusType[item.status]) === null || _statusType$item$stat === void 0 ? void 0 : _statusType$item$stat.color,
background: (_statusType$item$stat2 = statusType[item.status]) === null || _statusType$item$stat2 === void 0 ? void 0 : _statusType$item$stat2.background
},
children: (_statusType$item$stat3 = statusType[item.status]) === null || _statusType$item$stat3 === void 0 ? void 0 : _statusType$item$stat3.name
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.jdy_title_con,
children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: item === null || item === void 0 ? void 0 : item.teachers.map(function (info, index) {
var _item$teachers;
return /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
children: [info === null || info === void 0 ? void 0 : info.name, index == (item === null || item === void 0 || (_item$teachers = item.teachers) === null || _item$teachers === void 0 ? void 0 : _item$teachers.length) - 1 ? '' : '、']
});
}),
children: item === null || item === void 0 ? void 0 : item.teachers.map(function (info, index) {
var _item$teachers2;
return /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
children: [info === null || info === void 0 ? void 0 : info.name, index == (item === null || item === void 0 || (_item$teachers2 = item.teachers) === null || _item$teachers2 === void 0 ? void 0 : _item$teachers2.length) - 1 ? '' : '、']
});
})
})
className: OpenReservationmodules.title_name,
children: item === null || item === void 0 ? void 0 : item.name
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "mr40",
style: {
display: 'flex'
display: 'flex',
fontSize: '12px'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: OpenReservationmodules.con_title,
children: "\u5B9E\u9A8C\u5BA4\u5206\u5BA4"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.jdy_title_con,
children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: item === null || item === void 0 ? void 0 : item.classroom_room_name,
children: (item === null || item === void 0 ? void 0 : item.classroom_room_name) || '暂无分室'
})
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: OpenReservationmodules.jdy_dom,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: one_namespaceObject,
style: {
width: 31,
marginRight: 5,
height: 15
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: OpenReservationmodules.con_title,
children: "\u6559\u5BFC\u5458"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.jdy_title_con,
children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: item === null || item === void 0 ? void 0 : item.teachers.map(function (info, index) {
var _item$teachers;
return /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
children: [info === null || info === void 0 ? void 0 : info.name, index == (item === null || item === void 0 || (_item$teachers = item.teachers) === null || _item$teachers === void 0 ? void 0 : _item$teachers.length) - 1 ? '' : '、']
});
}),
children: item === null || item === void 0 ? void 0 : item.teachers.map(function (info, index) {
var _item$teachers2;
return /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
children: [info === null || info === void 0 ? void 0 : info.name, index == (item === null || item === void 0 || (_item$teachers2 = item.teachers) === null || _item$teachers2 === void 0 ? void 0 : _item$teachers2.length) - 1 ? '' : '、']
});
})
})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: "mr40",
style: {
display: 'flex'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: five_namespaceObject,
style: {
width: 15,
height: 15,
marginRight: 5
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: OpenReservationmodules.con_title,
children: "\u5B9E\u9A8C\u5BA4\u5206\u5BA4"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.jdy_title_con,
children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: item === null || item === void 0 ? void 0 : item.classroom_room_name,
children: (item === null || item === void 0 ? void 0 : item.classroom_room_name) || '暂无分室'
})
})]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex'
display: 'flex',
marginTop: 20,
alignItems: 'center'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: tree_namespaceObject,
style: {
width: 15,
height: 15,
marginRight: 5
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: OpenReservationmodules.con_title,
children: "\u65F6\u95F4"
}), dayjs_min_default()(item === null || item === void 0 ? void 0 : item.start_time).format('YYYY-MM-DD hh:mm'), "~", dayjs_min_default()(item === null || item === void 0 ? void 0 : item.end_time).format('YYYY-MM-DD hh:mm')]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
marginTop: 20
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: OpenReservationmodules.jdy_dom,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: four_namespaceObject,
style: {
width: 31,
height: 15,
marginRight: 5
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: OpenReservationmodules.con_title,
children: "\u9884\u7EA6\u4EBA\u6570"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.jdy_title_con,
children: (item === null || item === void 0 ? void 0 : item.finish_time) || '- -'
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: OpenReservationmodules.jdy_dom,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: tow_namespaceObject,
style: {
width: 15,
height: 15,
marginRight: 5
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: OpenReservationmodules.con_title,
children: "\u62A5\u540D\u622A\u6B62\u65F6\u95F4"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.jdy_title_con,
children: (item === null || item === void 0 ? void 0 : item.finish_time) || '- -'
})]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
display: 'flex',
marginTop: 20
},
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: OpenReservationmodules.jdy_dom,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: six_namespaceObject,
style: {
width: 15,
height: 15,
marginRight: 5
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: OpenReservationmodules.con_title,
children: "\u6240\u9700\u7269\u8D44\uFF1A"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.jdy_title_con,
children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: item === null || item === void 0 || (_item$substance_names = item.substance_names) === null || _item$substance_names === void 0 ? void 0 : _item$substance_names.join('、'),
children: (item === null || item === void 0 || (_item$substance_names2 = item.substance_names) === null || _item$substance_names2 === void 0 ? void 0 : _item$substance_names2.join('、')) || '暂无物资需求'
})
})]
})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
display: 'flex',
fontSize: '12px'
})]
}), (item === null || item === void 0 ? void 0 : item.is_teacher) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
alignItems: 'center'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.tj_Data,
onClick: function onClick() {
return _umi_production_exports.history.push("/laboratory/openReservation/".concat(item === null || item === void 0 ? void 0 : item.id, "?labName=").concat(item === null || item === void 0 ? void 0 : item.name, "&roomName=").concat(item === null || item === void 0 ? void 0 : item.classroom_room_name));
},
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: OpenReservationmodules.jdy_dom,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: OpenReservationmodules.con_title,
children: "\u62A5\u540D\u622A\u6B62\u65F6\u95F4"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.jdy_title_con,
children: (item === null || item === void 0 ? void 0 : item.finish_time) || '- -'
})]
})
children: "\u67E5\u770B\u8BE6\u60C5"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
display: 'flex',
fontSize: '12px'
className: OpenReservationmodules.add_Data2,
onClick: function onClick() {
getsub();
setOpenAddModal(true);
setInfoData(objectSpread2_default()(objectSpread2_default()({}, item), {}, {
teacher_ids: item === null || item === void 0 ? void 0 : item.teachers.map(function (info) {
return info.id;
}),
start_and_end_time: [dayjs_min_default()(item === null || item === void 0 ? void 0 : item.start_time), dayjs_min_default()(item === null || item === void 0 ? void 0 : item.end_time)]
}));
},
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: OpenReservationmodules.jdy_dom,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: OpenReservationmodules.con_title,
children: "\u6240\u9700\u7269\u8D44\uFF1A"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.jdy_title_con,
children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: item === null || item === void 0 || (_item$substance_names = item.substance_names) === null || _item$substance_names === void 0 ? void 0 : _item$substance_names.join('、'),
children: (item === null || item === void 0 || (_item$substance_names2 = item.substance_names) === null || _item$substance_names2 === void 0 ? void 0 : _item$substance_names2.join('、')) || '暂无物资需求'
})
})]
})
children: "\u7F16\u8F91"
})]
})]
}), (item === null || item === void 0 ? void 0 : item.is_teacher) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
alignItems: 'center'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.tj_Data,
onClick: function onClick() {
return _umi_production_exports.history.push("/laboratory/openReservation/".concat(item === null || item === void 0 ? void 0 : item.id, "?labName=").concat(item === null || item === void 0 ? void 0 : item.name, "&roomName=").concat(item === null || item === void 0 ? void 0 : item.classroom_room_name));
},
children: "\u9884\u7EA6\u8BE6\u60C5"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationmodules.add_Data2,
onClick: function onClick() {
getsub();
setOpenAddModal(true);
setInfoData(objectSpread2_default()(objectSpread2_default()({}, item), {}, {
teacher_ids: item === null || item === void 0 ? void 0 : item.teachers.map(function (info) {
return info.id;
}),
start_and_end_time: [dayjs_min_default()(item === null || item === void 0 ? void 0 : item.start_time), dayjs_min_default()(item === null || item === void 0 ? void 0 : item.end_time)]
}));
});
}) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
children: total > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between',
padding: '10px 7px 20px 7px',
marginTop: '10px'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
style: {
color: '#656F87'
},
children: "\u7F16\u8F91"
})]
children: ["\u5171", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-light-primary",
children: total
}), "\u6761\u6570\u636E"]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
showSizeChanger: true,
showQuickJumper: true,
onChange: onShowSizeChange,
defaultCurrent: 1,
pageSizeOptions: ['10', '20', '50', '100'],
current: page || 1,
pageSize: limit || 10,
defaultPageSize: 10,
total: total
})]
});
}) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
children: total > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between',
padding: '10px 7px 20px 7px',
marginTop: '10px'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
style: {
color: '#656F87'
},
children: ["\u5171", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-light-primary",
children: total
}), "\u6761\u6570\u636E"]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
showSizeChanger: true,
showQuickJumper: true,
onChange: onShowSizeChange,
defaultCurrent: 1,
pageSizeOptions: ['10', '20', '50', '100'],
current: page || 1,
pageSize: limit || 10,
defaultPageSize: 10,
total: total
})]
}) : ''
}) : ''
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(modal/* default */.Z, {
maskClosable: false,
centered: true,

@ -48,8 +48,6 @@
}
.search_params___OmXRN {
display: flex;
margin-top: 30px;
margin-bottom: 10px;
}
.search_params___OmXRN [class~='ant-select-selector'] {
height: 36px !important;
@ -67,21 +65,19 @@
line-height: 36px !important;
}
.search_params___OmXRN .add_Data___h_mvI {
width: 88px;
width: 130px;
height: 32px;
background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
border: 1px solid #BACFFE;
background: linear-gradient(90deg, #4A6FFE 0%, #374DCF 100%);
border-radius: 4px;
font-size: 14px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
color: #3061D0;
line-height: 30px;
margin-left: 20px;
color: #FFFFFF;
line-height: 32px;
text-align: center;
cursor: pointer;
margin-top: 3px;
margin-left: 20px;
}
.my_modal___emMcK [class~='ant-form-item'] {
margin-bottom: 14px !important;
@ -145,4 +141,77 @@
.colorBlue___u9cjn {
color: #0152d9;
}
.search_params___OmXRN {
margin-left: auto;
display: flex;
justify-content: space-between;
}
.search_params___OmXRN [class~='ant-select-selector'] {
height: 40px !important;
line-height: 40px !important;
}
.search_params___OmXRN [class~='ant-form-item-label'] {
height: 40px !important;
line-height: 40px !important;
}
.search_params___OmXRN [class~='ant-form-item-label'] label {
color: #90AAFF !important;
display: block !important;
height: 40px !important;
line-height: 40px !important;
}
.search_params___OmXRN [class~='ant-select-selection-item'] {
line-height: 36px !important;
}
.search_params___OmXRN [class~='ant-select-selector'] {
height: 40px !important;
background: #17378A !important;
border: 1px solid #17378A !important;
color: #90AAFF !important;
}
.search_params___OmXRN [class~='ant-input-affix-wrapper'] {
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___OmXRN [class~='ant-input-affix-wrapper'] input {
background: #17378A !important;
color: #90AAFF !important;
}
.search_params___OmXRN [class~='ant-input-affix-wrapper'] input::-webkit-input-placeholder {
color: #90AAFF !important;
}
.search_params___OmXRN [class~='ant-input-affix-wrapper'] input:-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___OmXRN [class~='ant-input-affix-wrapper'] input::-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___OmXRN [class~='ant-input-affix-wrapper'] input::placeholder {
color: #90AAFF !important;
}
.search_params___OmXRN [class~='ant-input-group-addon'] button {
background: #17378A !important;
color: #90AAFF !important;
border: 1px solid #17378A !important;
}
.search_params___OmXRN [class~='ant-picker'] {
height: 40px !important;
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___OmXRN [class~='ant-picker'] input {
color: #90AAFF !important;
}
.search_params___OmXRN [class~='ant-picker'] input::-webkit-input-placeholder {
color: #90AAFF !important;
}
.search_params___OmXRN [class~='ant-picker'] input:-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___OmXRN [class~='ant-picker'] input::-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___OmXRN [class~='ant-picker'] input::placeholder {
color: #90AAFF !important;
}

@ -43,12 +43,12 @@ var es_form = __webpack_require__(78241);
var tooltip = __webpack_require__(6848);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/message/index.js + 4 modules
var message = __webpack_require__(8591);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules
var input = __webpack_require__(92832);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js
var es_select = __webpack_require__(57809);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/date-picker/index.js + 12 modules
var date_picker = __webpack_require__(57421);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules
var input = __webpack_require__(92832);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/table/index.js + 85 modules
var table = __webpack_require__(36546);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/pagination/index.js + 10 modules
@ -650,30 +650,15 @@ var Navigation = function Navigation(_ref) {
return false;
};
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
padding: 20
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ReservationManagemodules.header_div,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ReservationManagemodules.header_title,
children: "\u9884\u7EA6\u7BA1\u7406"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u540D\u79F0\u3001\u623F\u95F4\u53F7\u6216\u9884\u7EA6\u4EBA\u8FDB\u884C\u641C\u7D22",
size: "large",
className: ReservationManagemodules.search,
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(ReservationManagemodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})
})]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ReservationManagemodules.tj_warp,
style: {
@ -790,6 +775,34 @@ var Navigation = function Navigation(_ref) {
children: "\u5DF2\u53D6\u6D88"
})]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: " ",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u540D\u79F0\u3001\u623F\u95F4\u53F7\u6216\u9884\u7EA6\u4EBA\u8FDB\u884C\u641C\u7D22",
size: "large"
// className={styles.search}
,
style: {
width: 412,
borderRadius: 6,
marginLeft: 20
},
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(ReservationManagemodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ReservationManagemodules.add_Data,
onClick: function onClick() {
@ -805,13 +818,20 @@ var Navigation = function Navigation(_ref) {
},
children: "\u5BFC\u5165"
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
pagination: false,
dataSource: tableData,
columns: columns,
scroll: {
x: 1500
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "materials-table-wrp",
style: {
marginRight: 0
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
pagination: false,
dataSource: tableData,
className: "materials-table",
columns: columns,
scroll: {
x: 1500
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
children: total > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
@ -820,17 +840,7 @@ var Navigation = function Navigation(_ref) {
justifyContent: 'space-between',
padding: '10px 7px 20px 7px'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
style: {
color: '#656F87'
},
children: ["\u5171", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-light-primary",
children: total
}), "\u6761\u6570\u636E"]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {}), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
showSizeChanger: true,
showQuickJumper: true,
onChange: onShowSizeChange,

@ -181,9 +181,9 @@ if (false) {}
/***/ }),
/***/ 31200:
/***/ 38927:
/*!*****************************************************************!*\
!*** ./src/pages/Laboratory/Reservations/index.tsx + 1 modules ***!
!*** ./src/pages/Laboratory/Reservations/index.tsx + 2 modules ***!
\*****************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
@ -210,15 +210,15 @@ var _react_17_0_2_react = __webpack_require__(59301);
var _umi_production_exports = __webpack_require__(88271);
;// CONCATENATED MODULE: ./src/pages/Laboratory/Reservations/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var Reservationsmodules = ({"header_div":"header_div___gU2FK","header_title":"header_title___huRVO","search":"search___nTL_1","searchIcon":"searchIcon___C4rd8","search_params":"search_params___Yvatc","clear_Data":"clear_Data___yJnlT","content_list":"content_list___kqSHs","content":"content___Fo6uz","content_img":"content_img___Am69k","content_name":"content_name___ymfgI","content_title":"content_title___suatS","content_params":"content_params___tNwTL"});
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules
var input = __webpack_require__(92832);
/* harmony default export */ var Reservationsmodules = ({"header_div":"header_div___gU2FK","header_title":"header_title___huRVO","search":"search___nTL_1","searchIcon":"searchIcon___C4rd8","search_params":"search_params___Yvatc","clear_Data":"clear_Data___yJnlT","content_list":"content_list___kqSHs","content":"content___Fo6uz","content_img":"content_img___Am69k","content_name":"content_name___ymfgI","content_title":"content_title___suatS","content_params":"content_params___tNwTL","yyimg":"yyimg___RbEv8","border":"border___oYuQE"});
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/index.js + 19 modules
var es_form = __webpack_require__(78241);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/date-picker/index.js + 12 modules
var date_picker = __webpack_require__(57421);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js
var es_select = __webpack_require__(57809);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 3 modules
var input = __webpack_require__(92832);
// 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/pagination/index.js + 10 modules
@ -234,6 +234,8 @@ var env = __webpack_require__(69423);
var NoData = __webpack_require__(63017);
// EXTERNAL MODULE: ./src/assets/images/roomInitImg.png
var roomInitImg = __webpack_require__(58253);
;// CONCATENATED MODULE: ./src/assets/images/statistics/toping.png
var toping_namespaceObject = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAaCAYAAABByvnlAAAAAXNSR0IArs4c6QAABNVJREFUaEPtWk2LXFUQPTUjmE2UaExPQMxWXEgIuMpWQXERElxEXOhe3fgHRv+CugpCAooudJGtuhgQxCRmzChBdz3dJmkUFUcjMclMV8n9eq/u1+s3OlkIbyAw6bl9P845VXWr6tLKxmRdhI9BCBD4fwQRgBiQ6HPzdzWOCebHjXXfcXOEMclYcWOLYzj+3I2L92S/Z8fF80djk3n0HNHa0TztnM1c2Tzp/sjjk55H7U/hA/N7c3aD2tKWzPlbYPnszcN4H28ZtAFa2Ri/JoJ3IpD8l+3mQB6ECkAWJE1GjRD3eQ60H2+3085FzdhUBAXwNMlFIBOxdIBt9xeBVxeFwycdr85jhGP+2yESgzvJ0hpt49TWOdqix76bHrjLPBOWfZmVVFSkyTOLmWWlOUSiBK8So2xjbdRYiR/ndOHU49fLlGxPFca08/ezIi0EPU+u7Gh/xfPotbVQKyI0Z1Xnr1q8PT99+ud79KylcLSx+REYpzOXZSesL2YXsEAbSKmuhAC6Hxu7LK8wq7QF6g+WoMBqyauDHYA261oXXLGicP54TPn8sWtLRKhcarCOGJ94r3Z/1vXTSUvIoSvjZ0joM01IuzltkgXzDSrQ/rHo+9138xhSdlmxmlKwE6Wmcalg2RFxgdCCO46ATkQSx6PYqqP4oAnJ4l7q+r0Fuz1/4pzc6urS6MQrYwiONOo1as78Y0EJnYG/HNSL8UG5q8ytVfx6X5cVLiZu3m4LsdZu4tciK1JWXxOPVX7jFcpitnHVr0WgHxwh1ko23yTGqiakVXTh1uRVYGNIFIDLwX+h68tiSJn81N3Ft8A62I2FdARsR0ZKWsVlVefRFu/AzgWWn83iQ3SjIeTw97MjfPvOGIylcOgYxALQntlYqd23kqr6lTVGwHTcoBo1hytyo+p8r30Iidx0Y0mLld3vql8RmD43aNYQYoP7N5PPwfJ0uJ4OeUjZ34fLQeuOKilBVx6S5mrO9f+UEPLji+D5h+EePuQhNaDVVXoP8pCQxxHo54gQrG3uGz1AM7AcaINN3WStUoY8pF6d2EUe4sPDLzEhJrivT94lxquNHx/ykGIp6F7kIRD6NSPk4OXJsWXB+pCHhLJILTHc+zyEQL9lhNjg/vXkChhHhzykEkNCBaNJLMuZ+r/IQ34vE3J5+jrm8vaQh6T1LlUhuAd5CIG2ioQ8evXaQ9u35jNh3F8siCX3/iEPqdT7dNW81MZQFW5XFqE/ioRYt3Vp+gFYXhr6IX3c0d7kIRC6WSXk0IXxk6DlDQhoUXV06IfUyjz9+iEqD/mrSoitb12cfgzGC6UqcHBlQx5SjzMuT/MQ13pLvkjpa4K3ugm5MB4Rlq8K42DWw1BxZOiH7E0/hJj+7iTEWMnKxevPM/N5sNxXC/BttzDvwqWdvqEf0tEPAd1eSIgn5WXemZ+FEGWNmKEfkjzG0F3PXfZDhO72IsTGk6+unQLjHFj2Zz31oR8SvygJpXvf1u7dDwFt9ybEWsoX0yeY6AwEx0M/vU/yqB8vDP0Q5daTPERAO7siJHQXR1/eOM07/AYxnrIPQoZ3WZU3ZO27texdVqkfYl+3/YefR9auHwXhOTCOE+NxAT0MxoM2d0kfukVPfLq7Z3EnMAmCi16m/A/fZak8RP4BmjfXWYFomsQAAAAASUVORK5CYII=";
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
var jsx_runtime = __webpack_require__(37712);
;// CONCATENATED MODULE: ./src/pages/Laboratory/Reservations/index.tsx
@ -251,6 +253,7 @@ var jsx_runtime = __webpack_require__(37712);
var Navigation = function Navigation(_ref) {
var loading = _ref.loading,
user = _ref.user;
@ -459,31 +462,10 @@ var Navigation = function Navigation(_ref) {
return false;
};
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
padding: 20
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Reservationsmodules.header_div,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Reservationsmodules.header_title,
children: "\u5B9E\u9A8C\u5BA4"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u540D\u79F0\u3001\u623F\u95F4\u53F7\u6216\u8D1F\u8D23\u4EBA\u8FDB\u884C\u641C\u7D22",
size: "large",
className: Reservationsmodules.search,
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(Reservationsmodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Reservationsmodules.search_params,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
@ -502,7 +484,7 @@ var Navigation = function Navigation(_ref) {
colon: false,
label: "\u8282\u6B21",
style: {
marginLeft: 'auto'
marginLeft: '20px'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
style: {
@ -577,6 +559,35 @@ var Navigation = function Navigation(_ref) {
}, index);
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: " ",
style: {
marginLeft: '20px'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u5B9E\u9A8C\u5BA4\u540D\u79F0\u3001\u623F\u95F4\u53F7\u6216\u8D1F\u8D23\u4EBA\u8FDB\u884C\u641C\u7D22",
size: "large"
// className={styles.search}
,
style: {
width: 412
},
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(Reservationsmodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getData(true);
}
})
})
})]
}), (roomList === null || roomList === void 0 ? void 0 : roomList.length) > 0 ? /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Reservationsmodules.content_list,
@ -600,7 +611,8 @@ var Navigation = function Navigation(_ref) {
className: Reservationsmodules.content_params,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
marginRight: '5px'
marginRight: '5px',
color: '#464F66'
},
children: "\u8D1F\u8D23\u4EBA"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
@ -609,25 +621,34 @@ var Navigation = function Navigation(_ref) {
}).join("、 "),
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
color: '#000000',
color: '##333333',
maxWidth: '80px'
},
children: item === null || item === void 0 || (_item$classroom_direc2 = item.classroom_directors) === null || _item$classroom_direc2 === void 0 ? void 0 : _item$classroom_direc2.map(function (ite) {
return ite === null || ite === void 0 ? void 0 : ite.name;
}).join("、")
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
marginLeft: 'auto',
marginRight: '5px'
},
children: "\u53EF\u9884\u7EA6"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: Reservationsmodules.yyimg,
style: {
color: '#000000',
maxWidth: '35px'
backgroundImage: "url(".concat(toping_namespaceObject, ")")
},
children: item === null || item === void 0 ? void 0 : item.work_num
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Reservationsmodules.border
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
marginRight: '6px',
marginLeft: 3,
fontSize: 12
},
children: "\u53EF\u9884\u7EA6"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
style: {
maxWidth: '35px',
fontSize: 14
},
children: item === null || item === void 0 ? void 0 : item.work_num
})]
})]
})]
}, index);

@ -56,16 +56,49 @@
text-align: right !important;
}
.search_params___Yvatc [class~='ant-form-item'] [class~='ant-form-item-label'] label {
color: #666 !important;
color: #90AAFF !important;
display: block !important;
height: 36px !important;
line-height: 36px !important;
}
.search_params___Yvatc [class~='ant-select-selector'] {
height: 36px !important;
background: #17378A !important;
border: 1px solid #17378A !important;
color: #90AAFF !important;
}
.search_params___Yvatc [class~='ant-input-affix-wrapper'] {
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___Yvatc [class~='ant-input-affix-wrapper'] input {
background: #17378A !important;
color: #90AAFF !important;
}
.search_params___Yvatc [class~='ant-input-affix-wrapper'] input::-webkit-input-placeholder {
color: #90AAFF !important;
}
.search_params___Yvatc [class~='ant-input-affix-wrapper'] input:-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___Yvatc [class~='ant-input-affix-wrapper'] input::-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___Yvatc [class~='ant-input-affix-wrapper'] input::placeholder {
color: #90AAFF !important;
}
.search_params___Yvatc [class~='ant-input-group-addon'] button {
background: #17378A !important;
color: #90AAFF !important;
border: 1px solid #17378A !important;
}
.search_params___Yvatc [class~='ant-picker'] {
height: 36px !important;
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___Yvatc [class~='ant-picker'] input {
color: #90AAFF !important;
}
.search_params___Yvatc [class~='ant-select-selection-item'] {
line-height: 34px !important;
@ -91,40 +124,39 @@
flex-wrap: wrap;
}
.content_list___kqSHs .content___Fo6uz {
width: 222px;
height: 247px;
width: 275px;
height: 310px;
background: #FFFFFF;
margin: 0 20px 20px 0px;
box-shadow: 0px 2px 4px 0px #D6DAE1;
border-radius: 8px;
cursor: pointer;
position: relative;
}
.content_list___kqSHs .content___Fo6uz .content_img___Am69k {
width: 222px;
height: 140px;
width: 275px;
height: 208px;
box-shadow: 0px 2px 4px 0px #D6DAE1;
border-radius: 8px 8px 0px 0px;
}
.content_list___kqSHs .content___Fo6uz .content_name___ymfgI {
height: 26px;
font-size: 16px;
font-family: PingFangSC, PingFang SC;
font-weight: 600;
color: #20232B;
line-height: 26px;
color: #434D6C;
line-height: 16px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin-top: 10px;
margin-top: 15px;
padding: 0 15px;
}
.content_list___kqSHs .content___Fo6uz .content_title___suatS {
height: 22px;
font-size: 14px;
font-size: 12px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 22px;
color: #464F66;
line-height: 12px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
@ -132,7 +164,7 @@
padding: 0 15px;
}
.content_list___kqSHs .content___Fo6uz .content_params___tNwTL {
margin-top: 18px;
margin-top: 20px;
padding: 0 15px;
display: flex;
}
@ -143,4 +175,25 @@
overflow: hidden;
font-size: 12px;
}
.content_list___kqSHs .content___Fo6uz .yyimg___RbEv8 {
position: absolute;
right: -2px;
top: 0px;
width: 100px;
height: 26px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.content_list___kqSHs .content___Fo6uz .yyimg___RbEv8 .border___oYuQE {
width: 7px;
height: 7px;
background: linear-gradient(153deg, #4FE1FA 0%, #4CDF69 100%);
border-radius: 50%;
filter: blur(0px);
}
.content_list___kqSHs .content___Fo6uz .yyimg___RbEv8 span {
color: #fff;
}

@ -221,7 +221,7 @@ var _react_17_0_2_react = __webpack_require__(59301);
var _umi_production_exports = __webpack_require__(88271);
;// CONCATENATED MODULE: ./src/pages/Laboratory/RuleManage/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var RuleManagemodules = ({"header_div":"header_div___XOym1","header_title":"header_title___b7ULG","search":"search___Jidug","searchIcon":"searchIcon___xYf0U","clear_Data":"clear_Data___v1Ycl"});
/* harmony default export */ var RuleManagemodules = ({"header_div":"header_div___XOym1","header_title":"header_title___b7ULG","search":"search___Jidug","searchIcon":"searchIcon___xYf0U","clear_Data":"clear_Data___v1Ycl","search_params":"search_params___JYYl3"});
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/index.js + 19 modules
var es_form = __webpack_require__(78241);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tooltip/index.js + 3 modules
@ -592,32 +592,51 @@ var Navigation = function Navigation(_ref) {
});
};
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
padding: 20
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: RuleManagemodules.header_div,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: RuleManagemodules.header_title,
children: "\u9884\u7EA6\u89C4\u5219"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u89C4\u5219\u540D\u79F0\u641C\u7D22",
size: "large",
className: RuleManagemodules.search,
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: RuleManagemodules.search_params,
style: {
marginLeft: 'auto'
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(RuleManagemodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getList(true);
}
}),
onPressEnter: function onPressEnter() {
return getList(true);
}
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
label: " ",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z.Search, {
placeholder: "\u8BF7\u8F93\u5165\u89C4\u5219\u540D\u79F0\u641C\u7D22",
size: "large"
// className={styles.search}
,
style: {
width: 412,
borderRadius: 6,
marginLeft: 20
},
value: keyword,
onChange: function onChange(e) {
setkeyword(e.target.value);
},
onSearch: function onSearch(value) {
setkeyword(value);
},
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-sousuo9 font14 ".concat(RuleManagemodules.searchIcon),
onClick: function onClick() {
setkeyword(keyword);
getList(true);
}
}),
onPressEnter: function onPressEnter() {
return getList(true);
}
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: RuleManagemodules.clear_Data,
onClick: function onClick() {
@ -628,11 +647,18 @@ var Navigation = function Navigation(_ref) {
},
children: "\u65B0\u5EFA\u89C4\u5219"
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
loading: isLoading,
pagination: false,
dataSource: tableData,
columns: columns
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "materials-table-wrp",
style: {
marginRight: 0
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
loading: isLoading,
pagination: false,
dataSource: tableData,
className: "materials-table",
columns: columns
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
children: total > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
@ -641,17 +667,7 @@ var Navigation = function Navigation(_ref) {
justifyContent: 'space-between',
padding: '10px 7px 20px 7px'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
style: {
color: '#656F87'
},
children: ["\u5171", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-light-primary",
children: total
}), "\u6761\u6570\u636E"]
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {}), /*#__PURE__*/(0,jsx_runtime.jsx)(pagination/* default */.Z, {
showSizeChanger: true,
showQuickJumper: true,
onChange: pageOnChange,

@ -48,11 +48,10 @@
background-color: #f6f7f9;
}
.clear_Data___v1Ycl {
width: 114px;
width: 130px;
height: 32px;
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
background: linear-gradient(90deg, #4A6FFE 0%, #374DCF 100%);
border-radius: 4px;
font-size: 14px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
@ -63,6 +62,67 @@
margin-top: 3px;
margin-left: 20px;
}
.search_params___JYYl3 {
margin-left: auto;
display: flex;
justify-content: space-between;
}
.search_params___JYYl3 [class~='ant-select-selector'] {
height: 40px !important;
line-height: 40px !important;
}
.search_params___JYYl3 [class~='ant-form-item-label'] {
height: 40px !important;
line-height: 40px !important;
}
.search_params___JYYl3 [class~='ant-form-item-label'] label {
color: #90AAFF !important;
display: block !important;
height: 40px !important;
line-height: 40px !important;
}
.search_params___JYYl3 [class~='ant-select-selection-item'] {
line-height: 36px !important;
}
.search_params___JYYl3 [class~='ant-select-selector'] {
height: 40px !important;
background: #17378A !important;
border: 1px solid #17378A !important;
color: #90AAFF !important;
}
.search_params___JYYl3 [class~='ant-input-affix-wrapper'] {
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___JYYl3 [class~='ant-input-affix-wrapper'] input {
background: #17378A !important;
color: #90AAFF !important;
}
.search_params___JYYl3 [class~='ant-input-affix-wrapper'] input::-webkit-input-placeholder {
color: #90AAFF !important;
}
.search_params___JYYl3 [class~='ant-input-affix-wrapper'] input:-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___JYYl3 [class~='ant-input-affix-wrapper'] input::-ms-input-placeholder {
color: #90AAFF !important;
}
.search_params___JYYl3 [class~='ant-input-affix-wrapper'] input::placeholder {
color: #90AAFF !important;
}
.search_params___JYYl3 [class~='ant-input-group-addon'] button {
background: #17378A !important;
color: #90AAFF !important;
border: 1px solid #17378A !important;
}
.search_params___JYYl3 [class~='ant-picker'] {
height: 40px !important;
border: 1px solid #17378A !important;
background: #17378A !important;
}
.search_params___JYYl3 [class~='ant-picker'] input {
color: #90AAFF !important;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Laboratory/RuleManage/components/CustomRules/index.less?modules ***!

@ -234,7 +234,7 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
_umi_production_exports.history.push("/defendCloud");
}
}
}, []);
}, [(0,authority/* isLogin */.bg)()]);
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrancetreemodules.homeEntrance,
style: {

@ -2,7 +2,6 @@
!*** 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.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/NewHomeEntrancetree/index.less?modules ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.homeEntrance___VY7eK {
width: 100vw;
display: flex;
justify-content: center;
flex-wrap: wrap;

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