소스 검색

表格优化

hurugang 5 년 전
부모
커밋
a34a9d1e20
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/main/resources/application.yml
  2. 1 1
      src/main/resources/static/js/bissinessReport.js

+ 1 - 1
src/main/resources/application.yml

@@ -38,4 +38,4 @@ mybatis:
 #打印SQL信息
 logging:
   level:
-    cn.hnthyy.thmz.mapper: debug
+    cn.hnthyy.thmz.mapper: info

+ 1 - 1
src/main/resources/static/js/bissinessReport.js

@@ -120,7 +120,7 @@ function initkshsTable() {
                         for(var j=0;j<hsmList.length;j++){
                             html+="<tr>";
                             if(j==0){
-                                html+= "<td rowspan='"+rows+"'>"+res.parentList[i].parentName+"</td>";
+                                html+= "<td rowspan='"+rows+"' style='vertical-align: middle !important;'>"+res.parentList[i].parentName+"</td>";
                             }
                             html+="<td>"+ hsmList[j]+"</td>";
                             var realData=res.realDatas[index];