瀏覽代碼

分销订单信息,按钮权限添加

shipeng 1 周之前
父節點
當前提交
cde525990f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/distribution/withdrawalApp/index.vue

+ 2 - 1
src/views/distribution/withdrawalApp/index.vue

@@ -117,12 +117,13 @@
                 type="text"
                 v-if="scope.row.voucherStatus === 1"
                 @click="withdrawImgAudit(scope.row)"
-                 v-hasPermi="['withdrawalApp:edit']"
+                v-hasPermi="['withdrawalApp:edit']"
               >修改打款凭证</el-button>
               <el-button
                 size="mini"
                 type="text"
                 @click="viewOrderInfo(scope.row)"
+                v-hasPermi="['withdrawalApp:orderInfo']"
               >分销订单信息</el-button>
             </template>
           </el-table-column>