From ee290ab139a2f134bd142919b0d2391d8e589102 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 02 四月 2024 17:37:45 +0800 Subject: [PATCH] 设备列表展示、详情展示、显隐列、统计数 --- src/views/system/point/index.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/system/point/index.vue b/src/views/system/point/index.vue index ad4b242..854dc37 100644 --- a/src/views/system/point/index.vue +++ b/src/views/system/point/index.vue @@ -32,15 +32,15 @@ </el-form> <el-row :gutter="10" class="mb8"> - <el-col :span="1.5"> - <el-button - type="primary" - plain - icon="el-icon-plus" - size="mini" - @click="handleAdd" - >鏂板</el-button> - </el-col> +<!-- <el-col :span="1.5">--> +<!-- <el-button--> +<!-- type="primary"--> +<!-- plain--> +<!-- icon="el-icon-plus"--> +<!-- size="mini"--> +<!-- @click="handleAdd"--> +<!-- >鏂板</el-button>--> +<!-- </el-col>--> <el-col :span="1.5"> <el-button type="success" -- Gitblit v1.8.0