浏览代码

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

seimin 3 年之前
父节点
当前提交
1ae1e67b88
共有 2 个文件被更改,包括 24 次插入5 次删除
  1. 10 5
      css/index.css
  2. 14 0
      index.html

+ 10 - 5
css/index.css

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

+ 14 - 0
index.html

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