From 39b5ade34f70c26a20e064eb0fb0144acae12bad Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期四, 18 四月 2024 16:25:06 +0800 Subject: [PATCH] 接口权限精确到按钮 --- src/views/system/contract/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/system/contract/index.vue b/src/views/system/contract/index.vue index 86713ae..8df9540 100644 --- a/src/views/system/contract/index.vue +++ b/src/views/system/contract/index.vue @@ -24,6 +24,7 @@ plain icon="el-icon-plus" size="mini" + v-hasPermi="['system:contract:add']" @click="handleAdd" >鏂板</el-button> </el-col> @@ -33,6 +34,7 @@ plain icon="el-icon-top" size="mini" + v-hasPermi="['system:contract:import']" @click="handleImportPoint" >瀵煎叆</el-button> </el-col> -- Gitblit v1.8.0