Browse Source

Merge branch 'dev2.6.5' into release

lianbingjie 5 years ago
parent
commit
1b521beeb3

+ 1 - 1
core/src/web/templates/manage/loan/clue.html

@@ -230,7 +230,7 @@ overflow-y: auto;">
                     }
                 },
                 {
-                    title: "贷款时间", field: "price", callback: function (d) {
+                    title: "申请日期", field: "price", callback: function (d) {
                         return timestampToTime(d.application_time)
 
                     }

+ 1 - 1
core/src/web/templates/manage/loan/cluelist.html

@@ -192,7 +192,7 @@
                     }
                 },
                 {
-                    title: "贷款时间", field: "price", callback: function (d) {
+                    title: "申请日期", field: "price", callback: function (d) {
                         return timestampToTime(d.application_time)
 
                     }

+ 1 - 1
core/src/web/templates/manage/loan/evaluationdetail.html

@@ -237,7 +237,7 @@
                         }
                     },
                     {
-                        title: "贷款时间", field: "price", callback: function (d) {
+                        title: "申请日期", field: "price", callback: function (d) {
                             return timestampToTime(d.application_time)
 
                         }

+ 1 - 1
core/src/web/templates/manage/loan/evaluationlist.html

@@ -188,7 +188,7 @@
                     }
                 },
                 {
-                    title: "贷款时间", field: "price", callback: function (d) {
+                    title: "申请日期", field: "price", callback: function (d) {
                         return timestampToTime(d.application_time)
 
                     }

+ 19 - 0
core/src/web/templates/manage/loan/manage.html

@@ -12,6 +12,21 @@
         #sidebar{
             margin-left: 27px;
         }
+        .horizontalline{
+            height: 2px;
+            background-color: #0aa0f5;
+            position: relative;
+            width: 74px;
+            margin-top: 87px;
+            float: left;
+        }
+        .arrow{
+            position: relative;
+            float: left;
+            margin-top: 73px;
+            margin-left: -3px
+        }
+
     </style>
 </head>
 {{include "/common/baiducc.html"}}
@@ -21,7 +36,11 @@
     {{include "/manage/slider.html"}}
     <div id="list" style="height: 96%">
         <div id="visit" onclick="show_modal(1)"><span >1 电话回访</span></div>
+        <hr class="horizontalline">
+        <div class="arrow"><span style="color: #0aa0f5">></span></div>
         <div id="evaluation" onclick="show_modal(2)"><span >2 贷款评估</span></div>
+        <hr class="horizontalline" style="margin-left: 210px">
+        <div class="arrow"><span style="color: #0aa0f5">></span></div>
         <div id="classify" onclick="show_modal(3)"><span >3 线索分类</span></div>
         <div id="setting" onclick="show_modal(4)"><span>4 分类设置</span></div>
     </div>

+ 1 - 1
core/src/web/templates/manage/loan/show_clue.html

@@ -204,7 +204,7 @@
                         }
                     },
                     {
-                        title: "贷款时间", field: "price", callback: function (d) {
+                        title: "申请日期", field: "price", callback: function (d) {
                             return timestampToTime(d.application_time)
 
                         }

+ 1 - 1
core/src/web/templates/manage/loan/visit.html

@@ -244,7 +244,7 @@
                     }
                 },
                 {
-                    title: "贷款时间", field: "price", callback: function (d) {
+                    title: "申请日期", field: "price", callback: function (d) {
                         return timestampToTime(d.application_time)
 
                     }