From c047fa1a6163ecf6e9d449fdc4842ea306d26bd4 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 02 八月 2024 17:31:20 +0800
Subject: [PATCH] 数据中心详情接口调用
---
src/views/system/monitor/car/index.vue | 25 +------------------------
1 files changed, 1 insertions(+), 24 deletions(-)
diff --git a/src/views/system/monitor/car/index.vue b/src/views/system/monitor/car/index.vue
index d18d67c..62d07cf 100644
--- a/src/views/system/monitor/car/index.vue
+++ b/src/views/system/monitor/car/index.vue
@@ -22,14 +22,6 @@
<p>寮傚父鏁�</p >
</div>
<div class="dashboard-item">
- <h3>{{ count.totalViews }}</h3>
- <p>鐢熸垚寮傚父宸ュ崟鏁�</p >
- </div>
- <div class="dashboard-item">
- <h3>{{ count.totalCar }}</h3>
- <p>杩囪溅鏁版嵁鎬婚噺</p >
- </div>
- <div class="dashboard-item">
<h3>{{ count.viewsPercentage }}%</h3>
<p>璁惧杩愯鐜�</p >
</div>
@@ -79,21 +71,6 @@
</el-select>
</el-form-item>
- <el-form-item label="鏄惁鐢熸垚寮傚父宸ュ崟" prop="defaultOrder" label-width="130px">
- <el-select
- v-model="queryParams.defaultOrder"
- placeholder="鏄惁鐢熸垚寮傚父宸ュ崟"
- clearable
- style="width: 170px"
- >
- <el-option
- v-for="dict in dict.type.platform_yes_no"
- :key="dict.value"
- :label="dict.label"
- :value="dict.value"
- />
- </el-select>
- </el-form-item>
<el-form-item>
<el-button type="primary" icon="el-icon-search" size="small" @click="handleQuery">鎼滅储</el-button>
<el-button icon="el-icon-refresh" size="small" @click="resetQuery">閲嶇疆</el-button>
@@ -403,7 +380,7 @@
display: flex;
justify-content: center;
align-items: center;
- border-radius: 4px;
+ border-radius: 10px;
width: 130px;
height: 80px;
margin-left: 5%;
--
Gitblit v1.8.0