stjdydayou 4 éve
szülő
commit
dc18270d54
1 módosított fájl, 4 hozzáadás és 1 törlés
  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>