|
|
|
|
@ -134,6 +134,8 @@ var ReservationDialog = function ReservationDialog(_ref) {
|
|
|
|
|
tag_id: '',
|
|
|
|
|
type_id: ''
|
|
|
|
|
}, dataInfo));
|
|
|
|
|
} else {
|
|
|
|
|
form.resetFields();
|
|
|
|
|
}
|
|
|
|
|
}, [visible]);
|
|
|
|
|
var queryDevice = function queryDevice() {
|
|
|
|
|
@ -415,25 +417,39 @@ var InfoList = function InfoList(_ref) {
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
title: '操作',
|
|
|
|
|
width: 250,
|
|
|
|
|
width: 200,
|
|
|
|
|
render: function render(text, record) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
display: "flex"
|
|
|
|
|
},
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: "yichang_info",
|
|
|
|
|
style: {
|
|
|
|
|
color: "#165dff",
|
|
|
|
|
marginRight: '10px',
|
|
|
|
|
cursor: "pointer"
|
|
|
|
|
},
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
setLableDialog(true);
|
|
|
|
|
setErrorLog(record === null || record === void 0 ? void 0 : record.error_log);
|
|
|
|
|
},
|
|
|
|
|
children: "\u67E5\u770B\u5F02\u5E38\u65E5\u5FD7"
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: "yichang_info",
|
|
|
|
|
style: {
|
|
|
|
|
color: "#165dff",
|
|
|
|
|
marginRight: '10px',
|
|
|
|
|
cursor: "pointer"
|
|
|
|
|
},
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
setVisible(true);
|
|
|
|
|
setDataInfo(record);
|
|
|
|
|
},
|
|
|
|
|
children: "\u7F16\u8F91"
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: "xiajia",
|
|
|
|
|
style: {
|
|
|
|
|
color: "#5f6367",
|
|
|
|
|
cursor: "pointer"
|
|
|
|
|
},
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
modal/* default */.Z.confirm({
|
|
|
|
|
title: '删除',
|
|
|
|
|
@ -507,7 +523,7 @@ var InfoList = function InfoList(_ref) {
|
|
|
|
|
suffix: /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
|
|
|
|
className: "iconfont icon-sousuo9 font14 ".concat(Faultlibrarymodules.searchIcon),
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
setKeyword(keyword);
|
|
|
|
|
queryData(true);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|