Commit c03ee186 authored by linxin's avatar linxin

add

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