|
|
|
|
@ -238,7 +238,7 @@ var DeviceTypeDialog = function DeviceTypeDialog(_ref) {
|
|
|
|
|
/* harmony default export */ var Dialog = (DeviceTypeDialog);
|
|
|
|
|
;// CONCATENATED MODULE: ./src/pages/Equipment/Maintenance/index.less?modules
|
|
|
|
|
// extracted by mini-css-extract-plugin
|
|
|
|
|
/* harmony default export */ var Maintenancemodules = ({"header_div":"header_div___trzMW","header_title":"header_title___RyK0X","search":"search___lF9UC","searchIcon":"searchIcon___YY41x","search_params":"search_params___eBV0k","clear_Data":"clear_Data___Wcmtq"});
|
|
|
|
|
/* harmony default export */ var Maintenancemodules = ({"header_div":"header_div___trzMW","header_title":"header_title___RyK0X","search":"search___lF9UC","searchIcon":"searchIcon___YY41x","search_params":"search_params___eBV0k","clear_Data":"clear_Data___Wcmtq","ellipsis":"ellipsis___eB9rv"});
|
|
|
|
|
// EXTERNAL MODULE: ./src/styles/table_botton.less
|
|
|
|
|
var table_botton = __webpack_require__(743);
|
|
|
|
|
// EXTERNAL MODULE: ./src/.umi-production/exports.ts
|
|
|
|
|
@ -350,29 +350,28 @@ var DeviceTypePage = function DeviceTypePage(_ref) {
|
|
|
|
|
}();
|
|
|
|
|
var columns = [{
|
|
|
|
|
title: '类型名称',
|
|
|
|
|
width: 250,
|
|
|
|
|
width: 200,
|
|
|
|
|
ellipsis: true,
|
|
|
|
|
key: 'name',
|
|
|
|
|
dataIndex: 'name'
|
|
|
|
|
}, {
|
|
|
|
|
title: '关联设备数',
|
|
|
|
|
width: 120,
|
|
|
|
|
width: 100,
|
|
|
|
|
key: 'associated_device_count',
|
|
|
|
|
dataIndex: 'associated_device_count'
|
|
|
|
|
}, {
|
|
|
|
|
title: '支持实验项目数',
|
|
|
|
|
width: 120,
|
|
|
|
|
width: 100,
|
|
|
|
|
key: 'shixun_num',
|
|
|
|
|
dataIndex: 'shixun_num'
|
|
|
|
|
}, {
|
|
|
|
|
title: '支持实验课程数',
|
|
|
|
|
width: 120,
|
|
|
|
|
width: 100,
|
|
|
|
|
key: 'subject_num',
|
|
|
|
|
dataIndex: 'subject_num'
|
|
|
|
|
}, {
|
|
|
|
|
title: '操作手册',
|
|
|
|
|
width: 250,
|
|
|
|
|
ellipsis: true,
|
|
|
|
|
key: 'operate_manuals',
|
|
|
|
|
dataIndex: 'operate_manuals',
|
|
|
|
|
render: function render(text) {
|
|
|
|
|
@ -409,13 +408,14 @@ var DeviceTypePage = function DeviceTypePage(_ref) {
|
|
|
|
|
}, {
|
|
|
|
|
title: '类型说明',
|
|
|
|
|
key: 'description',
|
|
|
|
|
width: 250,
|
|
|
|
|
width: 200,
|
|
|
|
|
ellipsis: true,
|
|
|
|
|
dataIndex: 'description'
|
|
|
|
|
}, {
|
|
|
|
|
title: '操作',
|
|
|
|
|
fixed: 'right',
|
|
|
|
|
key: 'cz',
|
|
|
|
|
width: 150,
|
|
|
|
|
width: 200,
|
|
|
|
|
render: function render(_, record) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
@ -532,6 +532,9 @@ var DeviceTypePage = function DeviceTypePage(_ref) {
|
|
|
|
|
})]
|
|
|
|
|
})]
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
|
|
|
|
|
scroll: {
|
|
|
|
|
x: 1500
|
|
|
|
|
},
|
|
|
|
|
columns: columns,
|
|
|
|
|
dataSource: tableData,
|
|
|
|
|
pagination: false,
|