Browse Source

售后订单权限字段

yuhongqi 2 days ago
parent
commit
459a1979fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/live/liveAfteraSales/index.vue

+ 1 - 1
src/views/live/liveAfteraSales/index.vue

@@ -183,7 +183,7 @@
             size="mini"
             type="text"
             @click="handleShow(scope.row)"
-            v-hasPermi="['store:storeAfterSales:query']"
+            v-hasPermi="['live:liveAfterSales:query']"
           >查看</el-button>
 
         </template>