소스 검색

增加权限按钮

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>