Commit 41ad7130 authored by chenqikuai's avatar chenqikuai

fix(client.vue): 转移客户时,所属网点不对

parent c81ba6c7
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
</a-form-model-item> </a-form-model-item>
<a-form-model-item label="所在网点"> <a-form-model-item label="所在网点">
<div> <div>
{{ branchDetailMsg.sb }} {{ branchDetailMsg.ssb }}
</div> </div>
</a-form-model-item> </a-form-model-item>
<a-form-model-item label="转移客户经理级别"> <a-form-model-item label="转移客户经理级别">
...@@ -124,7 +124,10 @@ ...@@ -124,7 +124,10 @@
{{ branchDetailMsg.fsb }} {{ branchDetailMsg.fsb }}
</div> </div>
</a-form-model-item> </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> <div>
{{ branchDetailMsg.ssb }} {{ branchDetailMsg.ssb }}
</div> </div>
...@@ -579,8 +582,4 @@ export default Vue.extend({ ...@@ -579,8 +582,4 @@ export default Vue.extend({
}) })
</script> </script>
<style scoped> <style scoped></style>
.ant-form-item {
/* margin-bottom:5px; */
}
</style>
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