|
@@ -19,7 +19,10 @@
|
|
|
<el-row class="action-bar-container" type="flex" justify="end">
|
|
<el-row class="action-bar-container" type="flex" justify="end">
|
|
|
<el-button type="primary" size="small" @click.native="fetchData">查询</el-button>
|
|
<el-button type="primary" size="small" @click.native="fetchData">查询</el-button>
|
|
|
<el-button-group>
|
|
<el-button-group>
|
|
|
- <el-button v-permission="['statistics.file.manage']" size="small" @click.native="deleteByIds(multipleSelection)">
|
|
|
|
|
|
|
+ <el-button v-permission="['popular.feelings.add']" size="small" @click.native="deleteByIds(multipleSelection)">
|
|
|
|
|
+ 添加
|
|
|
|
|
+ </el-button>
|
|
|
|
|
+ <el-button v-permission="['popular.feelings.delete']" size="small" @click.native="deleteByIds(multipleSelection)">
|
|
|
删除
|
|
删除
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</el-button-group>
|
|
</el-button-group>
|