From 149ddcf240d7672d98edc637545b686e3f1d701f Mon Sep 17 00:00:00 2001
From: sendo <172933527@qq.com>
Date: 星期三, 17 九月 2025 18:24:13 +0800
Subject: [PATCH] yxh

---
 src/views/knowledge/education/index.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/views/knowledge/education/index.vue b/src/views/knowledge/education/index.vue
index 795dfde..8643427 100644
--- a/src/views/knowledge/education/index.vue
+++ b/src/views/knowledge/education/index.vue
@@ -88,7 +88,6 @@
                 >
                   <el-option
                     v-for="item in courtyardlist"
-                    :key="item.label"
                     :label="item.label"
                     :value="item.label"
                   >
@@ -112,7 +111,6 @@
                 >
                   <el-option
                     v-for="(item, index) in qyoptions"
-                    :key="item.value"
                     :label="item.label"
                     :value="item.value"
                   >
@@ -366,7 +364,7 @@
       </div>
     </div>
     <!-- 娣诲姞绫诲埆寮规 -->
-    <el-dialog title="鏂板绫诲埆" width="30%" :visible.sync="dialogFormVisible">
+    <el-dialog title="绫诲埆缂栬緫" width="30%" :visible.sync="dialogFormVisible">
       <div style="text-align: center; margin-bottom: 20px">
         <el-radio-group v-model="radio">
           <el-radio-button label="涓诲垎绫�"></el-radio-button>
@@ -685,7 +683,7 @@
             },
           },
         ],
-        grid: { top: "30%", left: "10%", right: "40%", bottom: "10%" },
+        grid: { top: "30%", left: "10%", right: "50%", bottom: "10%" },
         yAxis: [
           {
             type: "value",
@@ -696,6 +694,7 @@
             name: "鏌ョ湅娆℃暟",
             type: "bar",
             data: this.Collarrvalue,
+            // data: [6,8,22,99,87,90,12,11,22,33,34,44],
             seriesLayoutBy: "row",
             smooth: true,
             label: {

--
Gitblit v1.9.3