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>