Selaa lähdekoodia

增加权限按钮

DESKTOP-SVI9JE1\muzen 1 vuosi sitten
vanhempi
commit
76d39443c2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>