From 6c0ea451a0fcb663c76da277d9f7924489647e56 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 20 三月 2024 20:59:28 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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