Commit c03ee186 authored by linxin's avatar linxin

add

parent 07e4136d
......@@ -95,8 +95,8 @@
>
</item>
<item v-if="read">
<div slot="name">经销商</div>
<input slot="content" v-model="detail.bp_agent_name" readonly placeholder="暂无数据" >
<div slot="name">{{ detail.bp_agent_name?'经销商':'办事处' }}</div>
<div slot="content">{{ detail.bp_agent_name?detail.bp_agent_name:detail.office_name }}</div>
</item>
<item>
<div slot="name">承租人</div>
......
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