Commit f17fb338 authored by 黄奎's avatar 黄奎

页面修改

parent 13264d70
......@@ -2269,8 +2269,7 @@
{{ $t("fnc.sun") }}
</p>
<div>
<img v-if="childItem.OrderSource==1" src="../../../assets/img/userman/wx.png" alt="">
<img v-if="childItem.OrderSource==2" style="width:28px;height:28px;" src="../../../assets/img/userman/alipay.png" alt="">
</div>
<div class="fbold over_ellipsis" style="width: 120px; cursor: pointer" :title="childItem.OrderId">
<span style="font-weight: 100" v-if="childItem.scoreNum >= 0" @click="
......@@ -2287,9 +2286,14 @@
<el-tooltip class="item" effect="dark" :content="$t('salesModule.ByB2b')" placement="top"
v-show="childItem.IsFormB2B == 1">
<i class="iconfont icon-tiaozheng" style="font-size: 22px; color: #297bef"></i></el-tooltip>
<el-tooltip class="item" effect="dark" content="小程序订单" placement="top"
v-show="childItem.MiniAppUserId > 0">
<i class="iconfont icon-xiaochengxu1" style="font-size: 24px; color: #297bef"></i></el-tooltip>
<!-- <i class="iconfont icon-xiaochengxu1" style="font-size: 24px; color: #297bef"></i> -->
<img v-if="childItem.OrderSource==5" src="../../../assets/img/userman/wx.png" style="width:24px;height:24px" alt="">
<img v-if="childItem.OrderSource==6" style="width:24px;height:24px;"
src="../../../assets/img/userman/alipay.png" alt="">
</el-tooltip>
</div>
<div class="RL_CreatInfo">
{{ childItem.CreateBy
......
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