DESKTOP-SVI9JE1\muzen преди 1 година
родител
ревизия
76d39443c2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/operation/feedbacklist/index.vue

+ 1 - 1
src/views/operation/feedbacklist/index.vue

@@ -44,7 +44,7 @@
         <template slot-scope="scope">
           <el-button type="text" @click="getDetail(scope.row.id, true)">查看</el-button>
           <el-button type="text" @click="getDetail(scope.row.id)"
-            v-hasPermi="['operation: feedbacklist: reply']">回复</el-button>
+            v-hasPermi="['operation:feedbacklist:reply']">回复</el-button>
         </template>
       </el-table-column>
     </el-table>