From 17dd5513697b1358452aa480269f98d459ac1cb1 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 04 九月 2024 04:15:28 +0800 Subject: [PATCH] 点位导入按钮 --- src/views/system/point/index.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/system/point/index.vue b/src/views/system/point/index.vue index 9369274..c527177 100644 --- a/src/views/system/point/index.vue +++ b/src/views/system/point/index.vue @@ -80,6 +80,10 @@ <div class="el-upload__tip" slot="tip">鍙兘涓婁紶xls/xlsx鏂囦欢</div> </el-upload> </div> + <div> + <el-button class="bottom_" type="primary" size="small" v-loading="upload" @click="handleImport" + v-hasPermi="['point:import']">瀵煎叆</el-button> + </div> <el-button type="primary" size="mini" plain icon="el-icon-top" slot="reference" v-hasPermi="['point:import']">瀵煎叆鐐逛綅</el-button> </el-popover> </el-col> -- Gitblit v1.8.0