From cda6938d898dc9744cea408c6e34d591710f6003 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 29 七月 2024 17:36:13 +0800
Subject: [PATCH] 2024.7.29

---
 src/views/fysp/evaluation/components/CompQuickSet.vue |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/views/fysp/evaluation/components/CompQuickSet.vue b/src/views/fysp/evaluation/components/CompQuickSet.vue
index e37fda3..b7b614b 100644
--- a/src/views/fysp/evaluation/components/CompQuickSet.vue
+++ b/src/views/fysp/evaluation/components/CompQuickSet.vue
@@ -6,14 +6,6 @@
     }}</el-button>
     </el-space>
   </el-form-item>
-  <!-- <el-row class="row">
-    <el-space>
-    <el-text>蹇嵎閫夋嫨</el-text>
-    <el-button v-for="(v, i) in quickSetting" :key="i" type="primary" size="small" @click="quickSet(v)">{{
-      v.name
-    }}</el-button>
-    </el-space>
-  </el-row> -->
 </template>
 <script>
 export default {

--
Gitblit v1.9.3