style: 文字修改
parent
cf13de30fe
commit
f34015e421
|
@ -50,7 +50,7 @@ export function getTaskList(params) {
|
||||||
export function getOrderStatistics(params) {
|
export function getOrderStatistics(params) {
|
||||||
return request.get(`${dashboardUrl}/workOrder/stattic`, { params })
|
return request.get(`${dashboardUrl}/workOrder/stattic`, { params })
|
||||||
}
|
}
|
||||||
// 平台容量统计
|
// 资源数量统计
|
||||||
export function getPlatformCapacity(params) {
|
export function getPlatformCapacity(params) {
|
||||||
return request.get('/ams/v1/module/statistics', { params })
|
return request.get('/ams/v1/module/statistics', { params })
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<el-col :span="16">
|
<el-col :span="16">
|
||||||
<!-- 待办工单 -->
|
<!-- 待办工单 -->
|
||||||
<TaskList class="m-b-md" height="918px" />
|
<TaskList class="m-b-md" height="918px" />
|
||||||
<!-- 平台容量统计 -->
|
<!-- 资源数量统计 -->
|
||||||
<PlatformCapacity class="m-b-md" height="242px" />
|
<PlatformCapacity class="m-b-md" height="242px" />
|
||||||
<!-- 告警处理✅ -->
|
<!-- 告警处理✅ -->
|
||||||
<AlarmHandling class="m-b-md" height="412px" />
|
<AlarmHandling class="m-b-md" height="412px" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<ItemCard title="平台容量统计" v-bind="$attrs">
|
<ItemCard title="资源数量统计" v-bind="$attrs">
|
||||||
<el-row :gutter="20">
|
<el-row :gutter="20">
|
||||||
<el-col :span="6" v-for="item in numList" :key="item.label">
|
<el-col :span="6" v-for="item in numList" :key="item.label">
|
||||||
<div class="num-item" :style="{ backgroundColor: item.background, backgroundImage: `url(${item.bgImg})` }">
|
<div class="num-item" :style="{ backgroundColor: item.background, backgroundImage: `url(${item.bgImg})` }">
|
||||||
|
|
Loading…
Reference in New Issue