Browse Source

添加汇付管理权限

lex-xin 4 years ago
parent
commit
0e1f8b0b98
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/adapayAccount/index.vue

+ 1 - 0
src/views/adapayAccount/index.vue

@@ -87,6 +87,7 @@
                          @click="onUpdateAccount(scope.row)"
                          type="text">修改结算账户</el-button>
               <el-button v-if="scope.row.status === 'succeeded'"
+                         v-permission="'adapay/updateMonthMaxReceipt'"
                          @click="onMoneyAccount(scope.row)"
                          type="text">设置金额</el-button>
             </template>