Commit a975c244 by mushishixian

fix

parent f834d976
......@@ -39,7 +39,9 @@
</div>
<div class="layui-col-md2">
采购员 : {{$supplier['channel_username']}}
<span title="{{$supplier['channel_username']}}">
采购员 : {{str_limit($supplier['channel_username'],20,'...'}}
</span>
</div>
<div class="layui-col-md3">
云芯采购员 : {{$supplier['yunxin_channel_username']}}
......
......@@ -60,7 +60,9 @@
合作类型:{{$supplier['stockup_type_name']}}
</div>
<div class="layui-col-md2">
采购员 : {{$supplier['channel_username']}}
<span title="{{$supplier['channel_username']}}">
采购员 : {{str_limit($supplier['channel_username'],20,'...'}}
</span>
</div>
<div class="layui-col-md3">
云芯采购员 : {{$supplier['yunxin_channel_username']}}
......
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