Commit 41ad7130 authored by chenqikuai's avatar chenqikuai

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

parent c81ba6c7
......@@ -101,7 +101,7 @@
</a-form-model-item>
<a-form-model-item label="所在网点">
<div>
{{ branchDetailMsg.sb }}
{{ branchDetailMsg.ssb }}
</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>
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