From e5d499ae6a4e6b320f71c49987b76cc11f6bc1e4 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 28 十月 2025 14:13:10 +0800
Subject: [PATCH] 首页问题
---
src/views/system/check/result/index.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/system/check/result/index.vue b/src/views/system/check/result/index.vue
index 4124b07..47c2c39 100644
--- a/src/views/system/check/result/index.vue
+++ b/src/views/system/check/result/index.vue
@@ -68,7 +68,7 @@
<el-card class="data-card" :body-style="{ height: '100%' }">
<div class="card-content">
<div class="title-container">
- <h1>鑰冩牳鎴愮哗</h1>
+ <h1>鑰冩牳鎴愮哗1</h1>
<div class="select-container">
<el-date-picker v-model="date"
format="yyyy-MM-dd"
@@ -107,7 +107,7 @@
<div v-if="score.examineCategory == 2">杞﹁締锛�</div>
<div v-else-if="score.examineCategory == 3">浜鸿劯锛�</div>
<div v-else-if="score.examineCategory == 1">瑙嗛锛�</div>
- <div class="score">{{ score.score }}</div>
+ <div class="score">{{ (score.score * 100).toFixed(2) + '%' }}</div>
</div>
</div>
</div>
@@ -230,7 +230,6 @@
})
},
initEchart() {
-
const option = {
grid: {
left: 0,
@@ -457,6 +456,8 @@
this.loading = true;
listScore(this.queryParams).then(response => {
this.checkScoreList = response.data;
+
+
// this.setChartOption(this.checkScoreList);
this.loading = false;
});
--
Gitblit v1.8.0