Commit 106de497 by mushishixian

fix

parent f5a552b9
......@@ -51,12 +51,12 @@
</div>
<div class="layui-col-md2">
<span title="{{$supplier['channel_username']}}">
采购员 : {{str_limit($supplier['channel_username'],35,'...')}}
</span>
云芯采购员 : {{$supplier['yunxin_channel_username']}}
</div>
<div class="layui-col-md3">
云芯采购员 : {{$supplier['yunxin_channel_username']}}
<span title="{{$supplier['channel_username']}}">
采购员 : {{str_limit($supplier['channel_username'],50,'...')}}
</span>
</div>
<div class="layui-col-md3"></div>
</div>
......
......@@ -59,12 +59,12 @@
@endif
</div>
<div class="layui-col-md2">
<span title="{{$supplier['channel_username']}}">
采购员 : {{str_limit($supplier['channel_username'],35,'...')}}
</span>
云芯采购员 : {{$supplier['yunxin_channel_username']}}
</div>
<div class="layui-col-md3">
云芯采购员 : {{$supplier['yunxin_channel_username']}}
<span title="{{$supplier['channel_username']}}">
采购员 : {{str_limit($supplier['channel_username'],50,'...')}}
</span>
</div>
<div class="layui-col-md3"></div>
</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 sign in to comment