瀏覽代碼

Update index.vue

stjdydayou 4 年之前
父節點
當前提交
dc18270d54
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/statistics/popularFeelings/index.vue

+ 4 - 1
src/views/statistics/popularFeelings/index.vue

@@ -19,7 +19,10 @@
     <el-row class="action-bar-container" type="flex" justify="end">
       <el-button type="primary" size="small" @click.native="fetchData">查询</el-button>
       <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-group>