Commit 8a4c5806 authored by feifei's avatar feifei

权限

parent 07277175
......@@ -194,9 +194,7 @@
</el-col>
<el-col :span="6">
<el-button type="primary" size="small" @click="advanceLoanAmt()" v-if="isNeedAudit">线下结清</el-button>
<el-button type="primary" size="small" @click="protocolSettleAll()"
v-if="$permissionUtils.rolePermission('customBoss')">代扣结清
</el-button>
<el-button type="primary" size="small" @click="protocolSettleAll()">代扣结清</el-button>
</el-col>
</el-row>
</strong>
......@@ -222,7 +220,7 @@
<template slot-scope="scope">
<el-button type="text" size="small"
v-if=" scope.row.status !='SETTLED' && scope.row.backedSign == 'YES' && $permissionUtils.rolePermission('customBoss') "
v-if=" scope.row.status !='SETTLED' && scope.row.backedSign == 'YES' "
@click="protocolOne(scope.row)">代扣
</el-button>
<el-button type="text" size="small" v-else disabled @click="protocolOne(scope.row)">代扣</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment