Bladeren bron

装集客项目更新

lijiangwei 4 jaren geleden
bovenliggende
commit
521da8e6b9
1 gewijzigde bestanden met toevoegingen van 4 en 2 verwijderingen
  1. 4 2
      uis/views/customer/index.html

+ 4 - 2
uis/views/customer/index.html

@@ -113,6 +113,8 @@
                         <div class="layui-btn-group">
                             <a class="layui-btn layui-btn-xs" lay-event="customer_search"
                             >查看</a>
+                        </div>
+                        <div class="layui-btn-group">
                             <a class="layui-btn layui-btn-xs layui-btn-normal" lay-event="add_review"
                                data-permission="customer.view_new_customer"
                             >跟踪报告</a>
@@ -161,7 +163,7 @@
                 , {field: 'stage_progress_text', title: '阶段进度', width: 100}
                 , {field: 'potential_level_text', title: '客户级别', width: 100}
                 , {field: 'status_text', title: '状态', width: 60}
-                , {field: 'track_user_text', title: '跟踪人', width: 100}
+                , {field: 'track_user_text', title: '跟踪人', width: 120}
                 , {field: 'end_time_f', title: '最后跟踪时间', width: 150}
                 , {field: 'last_review', title: '最后跟踪情况', width: 200}
                 , {field: 'next_time_f', title: '下次跟踪时间', width: 120}
@@ -171,7 +173,7 @@
                 , {field: 'create_time_f', title: '建档时间', width: 150}
                 , {field: 'create_user_text', title: '建档人', width: 100}
                 , {field: 'notes', title: '备注', width: 200}
-                , {width: 130, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
+                , {width: 170, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
             ]]
             , page: true
             , height: 'full-108'