From dc4ba8076aebd30f33282121a414262b4d4919f4 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 09 九月 2024 10:40:34 +0800 Subject: [PATCH] 1. 编写设备匹配功能 --- 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