Browse Source

处理日志增加处理人字段的展示

seimin 3 years ago
parent
commit
1ae1e67b88
2 changed files with 24 additions and 5 deletions
  1. 10 5
      css/index.css
  2. 14 0
      index.html

+ 10 - 5
css/index.css

@@ -659,14 +659,19 @@ article > .content .left {
659
   text-align: center;
659
   text-align: center;
660
   border: 1px solid #ccc;
660
   border: 1px solid #ccc;
661
   word-break: break-all;
661
   word-break: break-all;
662
+  font-size: 12px;
662
 }
663
 }
663
 
664
 
664
 #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.xh  {
665
 #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.xh  {
665
-  width: 50px;
666
+  width: 40px;
667
+}
668
+
669
+#pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.clr  {
670
+  width: 60px;
666
 }
671
 }
667
 
672
 
668
 #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.date  {
673
 #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.date  {
669
-  width: 150px;
674
+  width: 130px;
670
 }
675
 }
671
 
676
 
672
 #pop1 .pop1-hd .pop1-hd__item:first-child {
677
 #pop1 .pop1-hd .pop1-hd__item:first-child {
@@ -1164,11 +1169,11 @@ article > .content .left {
1164
   padding: 0 16px;
1169
   padding: 0 16px;
1165
   cursor: pointer;
1170
   cursor: pointer;
1166
 }
1171
 }
1167
-#bx_address_ul li:hover,
1168
-#bx_ks_ul li:hover {
1172
+/* #bx_address_ul li:hover, */
1173
+/* #bx_ks_ul li:hover { */
1169
   /* background-color: #005395; */
1174
   /* background-color: #005395; */
1170
   /* color: #fff; */
1175
   /* color: #fff; */
1171
-}
1176
+/* } */
1172
 #bx_address_ul li:last-child,
1177
 #bx_address_ul li:last-child,
1173
 #bx_ks_ul li:last-child {
1178
 #bx_ks_ul li:last-child {
1174
   border-bottom: none;
1179
   border-bottom: none;

+ 14 - 0
index.html

@@ -642,12 +642,14 @@
642
         <table class="pop1-hd__table">
642
         <table class="pop1-hd__table">
643
           <tr>
643
           <tr>
644
             <td class="xh">序号</td>
644
             <td class="xh">序号</td>
645
+            <td class="clr">处理人</td>
645
             <td class="date">时间</td>
646
             <td class="date">时间</td>
646
             <td>内容</td>
647
             <td>内容</td>
647
           </tr>
648
           </tr>
648
           {{each incident.handlerLogs}}
649
           {{each incident.handlerLogs}}
649
           <tr>
650
           <tr>
650
             <td>{{$index + 1}}</td>
651
             <td>{{$index + 1}}</td>
652
+            <td>{{$value.userName}}</td>
651
             <td>{{$value.opTime | dateFormat}}</td>
653
             <td>{{$value.opTime | dateFormat}}</td>
652
             <td>{{$value.opValue}}</td>
654
             <td>{{$value.opValue}}</td>
653
           </tr>
655
           </tr>
@@ -746,12 +748,14 @@
746
         <table class="pop1-hd__table">
748
         <table class="pop1-hd__table">
747
           <tr>
749
           <tr>
748
             <td class="xh">序号</td>
750
             <td class="xh">序号</td>
751
+            <td class="clr">处理人</td>
749
             <td class="date">时间</td>
752
             <td class="date">时间</td>
750
             <td>内容</td>
753
             <td>内容</td>
751
           </tr>
754
           </tr>
752
           {{each incident.handlerLogs}}
755
           {{each incident.handlerLogs}}
753
           <tr>
756
           <tr>
754
             <td>{{$index + 1}}</td>
757
             <td>{{$index + 1}}</td>
758
+            <td>{{$value.userName}}</td>
755
             <td>{{$value.opTime | dateFormat}}</td>
759
             <td>{{$value.opTime | dateFormat}}</td>
756
             <td>{{$value.opValue}}</td>
760
             <td>{{$value.opValue}}</td>
757
           </tr>
761
           </tr>
@@ -856,12 +860,14 @@
856
         <table class="pop1-hd__table">
860
         <table class="pop1-hd__table">
857
           <tr>
861
           <tr>
858
             <td class="xh">序号</td>
862
             <td class="xh">序号</td>
863
+            <td class="clr">处理人</td>
859
             <td class="date">时间</td>
864
             <td class="date">时间</td>
860
             <td>内容</td>
865
             <td>内容</td>
861
           </tr>
866
           </tr>
862
           {{each incident.handlerLogs}}
867
           {{each incident.handlerLogs}}
863
           <tr>
868
           <tr>
864
             <td>{{$index + 1}}</td>
869
             <td>{{$index + 1}}</td>
870
+            <td>{{$value.userName}}</td>
865
             <td>{{$value.opTime | dateFormat}}</td>
871
             <td>{{$value.opTime | dateFormat}}</td>
866
             <td>{{$value.opValue}}</td>
872
             <td>{{$value.opValue}}</td>
867
           </tr>
873
           </tr>
@@ -972,12 +978,14 @@
972
         <table class="pop1-hd__table">
978
         <table class="pop1-hd__table">
973
           <tr>
979
           <tr>
974
             <td class="xh">序号</td>
980
             <td class="xh">序号</td>
981
+            <td class="clr">处理人</td>
975
             <td class="date">时间</td>
982
             <td class="date">时间</td>
976
             <td>内容</td>
983
             <td>内容</td>
977
           </tr>
984
           </tr>
978
           {{each incident.handlerLogs}}
985
           {{each incident.handlerLogs}}
979
           <tr>
986
           <tr>
980
             <td>{{$index + 1}}</td>
987
             <td>{{$index + 1}}</td>
988
+            <td>{{$value.userName}}</td>
981
             <td>{{$value.opTime | dateFormat}}</td>
989
             <td>{{$value.opTime | dateFormat}}</td>
982
             <td>{{$value.opValue}}</td>
990
             <td>{{$value.opValue}}</td>
983
           </tr>
991
           </tr>
@@ -1082,12 +1090,14 @@
1082
         <table class="pop1-hd__table">
1090
         <table class="pop1-hd__table">
1083
           <tr>
1091
           <tr>
1084
             <td class="xh">序号</td>
1092
             <td class="xh">序号</td>
1093
+            <td class="clr">处理人</td>
1085
             <td class="date">时间</td>
1094
             <td class="date">时间</td>
1086
             <td>内容</td>
1095
             <td>内容</td>
1087
           </tr>
1096
           </tr>
1088
           {{each incident.handlerLogs}}
1097
           {{each incident.handlerLogs}}
1089
           <tr>
1098
           <tr>
1090
             <td>{{$index + 1}}</td>
1099
             <td>{{$index + 1}}</td>
1100
+            <td>{{$value.userName}}</td>
1091
             <td>{{$value.opTime | dateFormat}}</td>
1101
             <td>{{$value.opTime | dateFormat}}</td>
1092
             <td>{{$value.opValue}}</td>
1102
             <td>{{$value.opValue}}</td>
1093
           </tr>
1103
           </tr>
@@ -1196,12 +1206,14 @@
1196
         <table class="pop1-hd__table">
1206
         <table class="pop1-hd__table">
1197
           <tr>
1207
           <tr>
1198
             <td class="xh">序号</td>
1208
             <td class="xh">序号</td>
1209
+            <td class="clr">处理人</td>
1199
             <td class="date">时间</td>
1210
             <td class="date">时间</td>
1200
             <td>内容</td>
1211
             <td>内容</td>
1201
           </tr>
1212
           </tr>
1202
           {{each incident.handlerLogs}}
1213
           {{each incident.handlerLogs}}
1203
           <tr>
1214
           <tr>
1204
             <td>{{$index + 1}}</td>
1215
             <td>{{$index + 1}}</td>
1216
+            <td>{{$value.userName}}</td>
1205
             <td>{{$value.opTime | dateFormat}}</td>
1217
             <td>{{$value.opTime | dateFormat}}</td>
1206
             <td>{{$value.opValue}}</td>
1218
             <td>{{$value.opValue}}</td>
1207
           </tr>
1219
           </tr>
@@ -1343,12 +1355,14 @@
1343
         <table class="pop1-hd__table">
1355
         <table class="pop1-hd__table">
1344
           <tr>
1356
           <tr>
1345
             <td class="xh">序号</td>
1357
             <td class="xh">序号</td>
1358
+            <td class="clr">处理人</td>
1346
             <td class="date">时间</td>
1359
             <td class="date">时间</td>
1347
             <td>内容</td>
1360
             <td>内容</td>
1348
           </tr>
1361
           </tr>
1349
           {{each incident.handlerLogs}}
1362
           {{each incident.handlerLogs}}
1350
           <tr>
1363
           <tr>
1351
             <td>{{$index + 1}}</td>
1364
             <td>{{$index + 1}}</td>
1365
+            <td>{{$value.userName}}</td>
1352
             <td>{{$value.opTime | dateFormat}}</td>
1366
             <td>{{$value.opTime | dateFormat}}</td>
1353
             <td>{{$value.opValue}}</td>
1367
             <td>{{$value.opValue}}</td>
1354
           </tr>
1368
           </tr>