Commit 189604d0 authored by zhengke's avatar zhengke

no message

parent 195d07c6
......@@ -78,7 +78,7 @@
:key="sIndex"
>
<template v-if="item.EmpType==2">
{{ '引流'+son.StartValue+'条, ' }} <span>{{son.EndValue && son.EndValue!=-1?'成交单数 ':'成交单数 '}}</span><span v-if="son.EndValue && son.EndValue!=-1">{{ son.EndValue }}</span>
{{ '引流 '+son.StartValue+' 条, ' }} <span>{{son.EndValue && son.EndValue!=-1?'成交 ':'成交 '}}</span><span v-if="son.EndValue && son.EndValue!=-1">{{ son.EndValue+' 单' }}</span>
</template>
<template v-if="item.EmpType==1">
{{ son.StartValue }} <span>{{son.EndValue && son.EndValue!=-1?'<利润<=':'<利润'}}</span><span v-if="son.EndValue && son.EndValue!=-1">{{ son.EndValue }}</span>
......
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