autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 14913714b3
commit 240801d839

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

@ -79,7 +79,8 @@ var Engineering = function Engineering(_ref) {
position: "relative"
},
children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_components_HeaderNav__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .Z, {
title: "\u8BBE\u5907\u7BA1\u7406"
title: "\u8BBE\u5907\u7BA1\u7406",
goBackUrl: "/laboratoryOverview"
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)("img", {
src: __webpack_require__(/*! @/pages/Equipment/imgs/equipment.png */ 84205),
width: "588rem",

@ -91,7 +91,6 @@ var jsx_runtime = __webpack_require__(37712);
var AddOrEidtDevicesModal = function AddOrEidtDevicesModal(_ref) {
var _DeviceTypeData$devic2, _ClassroomRoomsData$d;
var ModalProps = _ref.ModalProps,
@ -240,10 +239,7 @@ var AddOrEidtDevicesModal = function AddOrEidtDevicesModal(_ref) {
name: "status",
label: "\u8BBE\u5907\u72B6\u6001",
placeholder: "请选择设备状态",
options: [{
label: "全部",
value: ""
}].concat(toConsumableArray_default()(constant/* DEVICE_STATUS_TYPE */.Z$))
options: constant/* DEVICE_STATUS_TYPE */.Z$
}), (currentDeviceTypeData === null || currentDeviceTypeData === void 0 ? void 0 : currentDeviceTypeData.need_monitor) && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(Text/* default */.Z, {
name: "ip",
@ -616,10 +612,7 @@ var InfoList = function InfoList(_ref) {
flex: 1
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
options: [{
value: '',
label: '全部'
}].concat(toConsumableArray_default()(constant/* DEVICE_STATUS_TYPE */.Z$))
options: constant/* DEVICE_STATUS_TYPE */.Z$
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u8BBE\u5907\u7C7B\u578B",
@ -814,10 +807,7 @@ var InfoList = function InfoList(_ref) {
required: true,
message: "请选择设备状态"
}],
options: [{
label: "全部",
value: ""
}].concat(toConsumableArray_default()(constant/* DEVICE_STATUS_TYPE */.Z$))
options: constant/* DEVICE_STATUS_TYPE */.Z$
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "comment",
label: "说明",

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