Browse Source

机构画像

zhengjinyi 2 years ago
parent
commit
ea96447718

+ 5 - 5
src/main/webapp/WEB-INF/views/modules/userNew/cmAgencyStatisticsList.jsp

@@ -284,11 +284,11 @@
                     ---
                     ---
                 </c:if>
                 </c:if>
             </td>
             </td>
-            <td>${clubList.orderCountMonth}</td>
-            <td>${clubList.orderCountYear}</td>
-            <td>${clubList.payTotalMonth}</td>
-            <td>${clubList.payTotalYear}</td>
-            <td>${clubList.payTotal}</td>
+            <td class="td-none">${clubList.orderCountMonth}</td>
+            <td class="td-none">${clubList.orderCountYear}</td>
+            <td class="td-none">${clubList.payTotalMonth}</td>
+            <td class="td-none">${clubList.payTotalYear}</td>
+            <td class="td-none">${clubList.payTotal}</td>
             <td>
             <td>
                 <c:if test="${clubList.pageLabel ne null}">
                 <c:if test="${clubList.pageLabel ne null}">
                     ${clubList.pageLabel}
                     ${clubList.pageLabel}

+ 3 - 0
src/main/webapp/static/modules/cmAgencyStatisticsList/cmAgencyStatisticsList.css

@@ -32,4 +32,7 @@
 .th-sort .sort .icon.icon-down.active{
 .th-sort .sort .icon.icon-down.active{
     background: url("../icon/icon-down-active.png") no-repeat center;
     background: url("../icon/icon-down-active.png") no-repeat center;
     background-size: cover;
     background-size: cover;
+}
+.td-none{
+    background: #f5f5f5 !important;
 }
 }