Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
41ad7130
Commit
41ad7130
authored
Nov 19, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(client.vue): 转移客户时,所属网点不对
parent
c81ba6c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
client.vue
src/views/Root/User/Client/client.vue
+6
-7
No files found.
src/views/Root/User/Client/client.vue
View file @
41ad7130
...
...
@@ -101,7 +101,7 @@
</a-form-model-item>
<a-form-model-item
label=
"所在网点"
>
<div>
{{
branchDetailMsg
.
sb
}}
{{
branchDetailMsg
.
s
s
b
}}
</div>
</a-form-model-item>
<a-form-model-item
label=
"转移客户经理级别"
>
...
...
@@ -124,7 +124,10 @@
{{
branchDetailMsg
.
fsb
}}
</div>
</a-form-model-item>
<a-form-model-item
label=
"现属二级支行"
>
<a-form-model-item
label=
"现属二级支行"
v-if=
"Number($route.query.level) === eLevel.secondary_sub_branch"
>
<div>
{{
branchDetailMsg
.
ssb
}}
</div>
...
...
@@ -579,8 +582,4 @@ export default Vue.extend({
})
</
script
>
<
style
scoped
>
.ant-form-item
{
/* margin-bottom:5px; */
}
</
style
>
<
style
scoped
></
style
>
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