From d0223045d2dd1cccc26c995c972e80e60bd19b26 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期一, 02 六月 2025 08:45:44 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/mdc/base/RepairWorkshopSignage.vue |   42 ------------------------------------------
 1 files changed, 0 insertions(+), 42 deletions(-)

diff --git a/src/views/mdc/base/RepairWorkshopSignage.vue b/src/views/mdc/base/RepairWorkshopSignage.vue
index fe0c56c..4af3edc 100644
--- a/src/views/mdc/base/RepairWorkshopSignage.vue
+++ b/src/views/mdc/base/RepairWorkshopSignage.vue
@@ -45,28 +45,6 @@
           <div>
             <img src="@/assets/signage/repair/table-container.png"/>
             <dv-scroll-board class="scroll-table-container" :config="scrollTableConfig"/>
-            <!--<table>-->
-            <!--<thead>-->
-            <!--<tr>-->
-            <!--<th>璁惧缂栧彿</th>-->
-            <!--<th>璁惧鍚嶇О</th>-->
-            <!--<th>鎵�灞炶溅闂�</th>-->
-            <!--<th>瀹夎浣嶇疆</th>-->
-            <!--<th>鎶ヤ慨浜�</th>-->
-            <!--<th>鎶ヤ慨鏃堕棿</th>-->
-            <!--<th>缁翠慨浜�</th>-->
-            <!--<th>鎺ュ崟鏃堕棿</th>-->
-            <!--<th>鏁呴殰鎸佺画鏃堕棿</th>-->
-            <!--<th>鐘舵��</th>-->
-            <!--</tr>-->
-            <!--</thead>-->
-
-            <!--<tbody>-->
-            <!--<tr v-for="item in 8">-->
-
-            <!--</tr>-->
-            <!--</tbody>-->
-            <!--</table>-->
           </div>
           <div>
             <img src="@/assets/signage/repair/repaired-rank.png"/>
@@ -419,23 +397,6 @@
             right: '10%',
             containLabel: true
           },
-          legend: {
-            top: 80,
-            right: '10%',
-            itemGap: 15,
-            textStyle: {
-              fontSize: 14,
-              fontFamily: 'LanTing',
-              color: '#eee',
-              height: 10,
-              rich: {
-                a: {
-                  verticalAlign: 'bottom'
-                }
-              }
-            },
-            data: ['璁惧骞冲潎鏁呴殰鐜�']
-          },
           xAxis: {
             type: 'category',
             data: [],
@@ -477,9 +438,6 @@
                 color: '#eee',
                 fontWeight: 'bold',
                 margin: 14,
-                formatter(value) {
-                  return value + '%'
-                }
               }
             }
           ],

--
Gitblit v1.9.3