|
|
|
|
@ -763,7 +763,8 @@ var getOptionTypes = function getOptionTypes(personnelData) {
|
|
|
|
|
axisPointer: {
|
|
|
|
|
type: 'cross',
|
|
|
|
|
crossStyle: {
|
|
|
|
|
color: '#999'
|
|
|
|
|
// color: '#999'
|
|
|
|
|
color: "#ffffff"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -781,8 +782,24 @@ var getOptionTypes = function getOptionTypes(personnelData) {
|
|
|
|
|
xAxis: [{
|
|
|
|
|
type: 'category',
|
|
|
|
|
data: personnelData === null || personnelData === void 0 ? void 0 : personnelData.time,
|
|
|
|
|
color: "#ffffff",
|
|
|
|
|
axisPointer: {
|
|
|
|
|
type: 'shadow'
|
|
|
|
|
},
|
|
|
|
|
axisLabel: {
|
|
|
|
|
//坐标轴刻度标签
|
|
|
|
|
show: true,
|
|
|
|
|
textStyle: {
|
|
|
|
|
color: '#fff',
|
|
|
|
|
fontSize: '12',
|
|
|
|
|
lineHeight: 15
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
axisLine: {
|
|
|
|
|
show: false,
|
|
|
|
|
lineStyle: {
|
|
|
|
|
color: '#fff'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}],
|
|
|
|
|
yAxis: [{
|
|
|
|
|
@ -790,9 +807,27 @@ var getOptionTypes = function getOptionTypes(personnelData) {
|
|
|
|
|
name: '',
|
|
|
|
|
min: 0,
|
|
|
|
|
max: (personnelData === null || personnelData === void 0 ? void 0 : personnelData.max) || 100,
|
|
|
|
|
itemStyle: {
|
|
|
|
|
normal: {
|
|
|
|
|
color: function color(colors) {
|
|
|
|
|
return '#FFF';
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
interval: 50,
|
|
|
|
|
axisLabel: {
|
|
|
|
|
formatter: '{value} '
|
|
|
|
|
formatter: '{value} ',
|
|
|
|
|
textStyle: {
|
|
|
|
|
color: '#fff',
|
|
|
|
|
fontSize: '12',
|
|
|
|
|
lineHeight: 15
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
axisLine: {
|
|
|
|
|
show: true,
|
|
|
|
|
lineStyle: {
|
|
|
|
|
color: '#fff'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}],
|
|
|
|
|
series: [{
|
|
|
|
|
@ -860,13 +895,29 @@ var getOptionTypess = function getOptionTypess(personnelData) {
|
|
|
|
|
// }
|
|
|
|
|
},
|
|
|
|
|
legend: {
|
|
|
|
|
data: ['', '']
|
|
|
|
|
data: ['', ''],
|
|
|
|
|
color: "#ffffff"
|
|
|
|
|
},
|
|
|
|
|
xAxis: [{
|
|
|
|
|
type: 'category',
|
|
|
|
|
data: personnelData === null || personnelData === void 0 ? void 0 : personnelData.time,
|
|
|
|
|
axisPointer: {
|
|
|
|
|
type: 'shadow'
|
|
|
|
|
},
|
|
|
|
|
axisLabel: {
|
|
|
|
|
//坐标轴刻度标签
|
|
|
|
|
show: true,
|
|
|
|
|
textStyle: {
|
|
|
|
|
color: '#fff',
|
|
|
|
|
fontSize: '12',
|
|
|
|
|
lineHeight: 15
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
axisLine: {
|
|
|
|
|
show: true,
|
|
|
|
|
lineStyle: {
|
|
|
|
|
color: '#fff'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}],
|
|
|
|
|
yAxis: [{
|
|
|
|
|
@ -876,7 +927,19 @@ var getOptionTypess = function getOptionTypess(personnelData) {
|
|
|
|
|
max: (personnelData === null || personnelData === void 0 ? void 0 : personnelData.max) || 100,
|
|
|
|
|
interval: 50,
|
|
|
|
|
axisLabel: {
|
|
|
|
|
formatter: '{value} '
|
|
|
|
|
formatter: '{value} ',
|
|
|
|
|
show: true,
|
|
|
|
|
textStyle: {
|
|
|
|
|
color: '#fff',
|
|
|
|
|
fontSize: '12',
|
|
|
|
|
lineHeight: 15
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
axisLine: {
|
|
|
|
|
show: true,
|
|
|
|
|
lineStyle: {
|
|
|
|
|
color: '#fff'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}],
|
|
|
|
|
series: [{
|
|
|
|
|
@ -933,7 +996,8 @@ var getOptionTypesss = function getOptionTypesss(personnelData) {
|
|
|
|
|
trigger: 'axis'
|
|
|
|
|
},
|
|
|
|
|
legend: {
|
|
|
|
|
data: ['']
|
|
|
|
|
data: [''],
|
|
|
|
|
color: "#ffffff"
|
|
|
|
|
},
|
|
|
|
|
grid: {
|
|
|
|
|
left: '3%',
|
|
|
|
|
@ -949,10 +1013,40 @@ var getOptionTypesss = function getOptionTypesss(personnelData) {
|
|
|
|
|
xAxis: {
|
|
|
|
|
type: 'category',
|
|
|
|
|
boundaryGap: false,
|
|
|
|
|
data: personnelData === null || personnelData === void 0 ? void 0 : personnelData.time
|
|
|
|
|
data: personnelData === null || personnelData === void 0 ? void 0 : personnelData.time,
|
|
|
|
|
axisLabel: {
|
|
|
|
|
//坐标轴刻度标签
|
|
|
|
|
show: true,
|
|
|
|
|
textStyle: {
|
|
|
|
|
color: '#fff',
|
|
|
|
|
fontSize: '12',
|
|
|
|
|
lineHeight: 15
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
axisLine: {
|
|
|
|
|
show: true,
|
|
|
|
|
lineStyle: {
|
|
|
|
|
color: '#fff'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
yAxis: {
|
|
|
|
|
type: 'value'
|
|
|
|
|
type: 'value',
|
|
|
|
|
axisLabel: {
|
|
|
|
|
//坐标轴刻度标签
|
|
|
|
|
show: true,
|
|
|
|
|
textStyle: {
|
|
|
|
|
color: '#fff',
|
|
|
|
|
fontSize: '12',
|
|
|
|
|
lineHeight: 15
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
axisLine: {
|
|
|
|
|
show: true,
|
|
|
|
|
lineStyle: {
|
|
|
|
|
color: '#fff'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
series: [{
|
|
|
|
|
name: '课堂实验',
|
|
|
|
|
@ -1060,10 +1154,9 @@ var progress = __webpack_require__(93948);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var containerType = {
|
|
|
|
|
'ApplyReceive': '物资申请',
|
|
|
|
|
'ApplyPurchase': '物资申购',
|
|
|
|
|
'DeviceMessage': '设备监控',
|
|
|
|
|
'HomeworkCommon': '教学课堂',
|
|
|
|
|
'Receive': '物资申请',
|
|
|
|
|
'DeviceType': '设备类型',
|
|
|
|
|
'Device': '设备监控',
|
|
|
|
|
'Reservation': '实验室预约'
|
|
|
|
|
};
|
|
|
|
|
var NewHomeEntrance = function NewHomeEntrance(_ref) {
|
|
|
|
|
@ -1380,7 +1473,8 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
marginLeft: '1vw',
|
|
|
|
|
fontSize: '1rem'
|
|
|
|
|
fontSize: '1rem',
|
|
|
|
|
color: '#fff'
|
|
|
|
|
},
|
|
|
|
|
children: item === null || item === void 0 ? void 0 : item.count
|
|
|
|
|
})]
|
|
|
|
|
@ -1772,7 +1866,11 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
|
|
|
|
|
})]
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
className: Statisticsmodules.bordercoent1,
|
|
|
|
|
style: {},
|
|
|
|
|
style: {
|
|
|
|
|
width: '100%',
|
|
|
|
|
height: 265,
|
|
|
|
|
overflow: 'auto'
|
|
|
|
|
},
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
fontSize: 14,
|
|
|
|
|
@ -1787,10 +1885,14 @@ var NewHomeEntrance = function NewHomeEntrance(_ref) {
|
|
|
|
|
},
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
width: '90%'
|
|
|
|
|
width: '80%',
|
|
|
|
|
color: '#fff'
|
|
|
|
|
},
|
|
|
|
|
children: ["\u3010", item === null || item === void 0 ? void 0 : item.container_type, "\u3011 ", item === null || item === void 0 ? void 0 : item.content]
|
|
|
|
|
children: ["\u3010", containerType[item === null || item === void 0 ? void 0 : item.container_type], "\u3011 ", item === null || item === void 0 ? void 0 : item.content]
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
color: '#fff'
|
|
|
|
|
},
|
|
|
|
|
children: item === null || item === void 0 ? void 0 : item.created_at
|
|
|
|
|
})]
|
|
|
|
|
});
|