From f346dcb4e26bfca845b4825006af03affe089b8a Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 02 八月 2024 17:23:42 +0800
Subject: [PATCH] 对外支持模块
---
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