Browse Source

监督端统计修改

v4
zouyx 2 years ago
parent
commit
181bb66b08
  1. 5
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/complaintStatic/complaintStatic.html
  2. 4
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/deptStatic/fragmentB.html
  3. 4
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html
  4. 1
      lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/staticProgram.html

5
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/complaintStatic/complaintStatic.html

@ -227,10 +227,7 @@
columns: [ columns: [
{ {
field : 'complaintDepartment', field : 'complaintDepartment',
title : '被投诉对象', title : '被投诉对象'
formatter:function (value) {
return "<div style='text-align: left'>"+ value +"</div>";
}
}, },
{ {
field : 'complaintType', field : 'complaintType',

4
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/deptStatic/fragmentB.html

@ -3,7 +3,9 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<li id="b" th:fragment="b"> <li id="b" th:fragment="b">
<p th:text="|全市:执法部门 ${deptNumber} 执法人员 ${lawNumber}|"></p> <p>全市:</p>
<p><label th:text="执法部门"></label><b th:text="${deptNumber}"></b></p>
<p></i><label th:text="执法人员"></label><b th:text="${lawNumber}"></b></p>
</li> </li>
</head> </head>
<body> <body>

4
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/registration/registration.html

@ -359,9 +359,9 @@
title : '是否扫码', title : '是否扫码',
formatter:function (value,row,index) { formatter:function (value,row,index) {
if(value != null&& value !=''){ if(value != null&& value !=''){
return "<span></span>";
}else{
return "<span></span>"; return "<span></span>";
}else{
return "<span></span>";
} }
} }
}, },

1
lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statistical/staticProgram.html

@ -102,7 +102,6 @@
<p><label>季度计划</label><b><span id="quarterTotal">0</span></b></p> <p><label>季度计划</label><b><span id="quarterTotal">0</span></b></p>
<p><label>月度计划</label><b><span id="monthTotal">0</span></b></p> <p><label>月度计划</label><b><span id="monthTotal">0</span></b></p>
</li> </li>
</ul> </ul>
</div> </div>
</div> </div>

Loading…
Cancel
Save