Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
loan-manager-customer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanhai
loan-manager-customer
Commits
8a4c5806
Commit
8a4c5806
authored
Oct 18, 2021
by
feifei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
权限
parent
07277175
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
ByhServiceDetail.vue
src/components/byh/ByhServiceDetail.vue
+2
-4
No files found.
src/components/byh/ByhServiceDetail.vue
View file @
8a4c5806
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment