Commit e7643c03 by cherishsince

【优化】调整事件触发范围

parent 5c02e791
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<Header title="角色仓库"/> <Header title="角色仓库"/>
<el-main class="role-main"> <el-main class="role-main">
<div class="search-container" @click="handlerAddRole"> <div class="search-container">
<!-- 搜索按钮 --> <!-- 搜索按钮 -->
<el-input <el-input
v-model="search" v-model="search"
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
:suffix-icon="Search" :suffix-icon="Search"
@change="getActiveTabsRole" @change="getActiveTabsRole"
/> />
<el-button type="primary" style="margin-left: 20px;"> <el-button type="primary" @click="handlerAddRole" style="margin-left: 20px;">
<el-icon><User /></el-icon> <el-icon><User /></el-icon>
添加角色 添加角色
</el-button> </el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment