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 {