|
@@ -637,6 +637,23 @@
|
637
|
637
|
</li>
|
638
|
638
|
</ul>
|
639
|
639
|
</div>
|
|
640
|
+ <div class="pop1-hd__item">
|
|
641
|
+ <h3>处理日志</h3>
|
|
642
|
+ <table class="pop1-hd__table">
|
|
643
|
+ <tr>
|
|
644
|
+ <td class="xh">序号</td>
|
|
645
|
+ <td class="date">时间</td>
|
|
646
|
+ <td>内容</td>
|
|
647
|
+ </tr>
|
|
648
|
+ {{each incident.handlerLogs}}
|
|
649
|
+ <tr>
|
|
650
|
+ <td>{{$index + 1}}</td>
|
|
651
|
+ <td>{{$value.opTime | dateFormat}}</td>
|
|
652
|
+ <td>{{$value.opValue}}</td>
|
|
653
|
+ </tr>
|
|
654
|
+ {{/each}}
|
|
655
|
+ </table>
|
|
656
|
+ </div>
|
640
|
657
|
</div>
|
641
|
658
|
<div class="pop1-operate">
|
642
|
659
|
<div class="pop1-twoBtn">
|
|
@@ -724,6 +741,23 @@
|
724
|
741
|
</li>
|
725
|
742
|
</ul>
|
726
|
743
|
</div>
|
|
744
|
+ <div class="pop1-hd__item">
|
|
745
|
+ <h3>处理日志</h3>
|
|
746
|
+ <table class="pop1-hd__table">
|
|
747
|
+ <tr>
|
|
748
|
+ <td class="xh">序号</td>
|
|
749
|
+ <td class="date">时间</td>
|
|
750
|
+ <td>内容</td>
|
|
751
|
+ </tr>
|
|
752
|
+ {{each incident.handlerLogs}}
|
|
753
|
+ <tr>
|
|
754
|
+ <td>{{$index + 1}}</td>
|
|
755
|
+ <td>{{$value.opTime | dateFormat}}</td>
|
|
756
|
+ <td>{{$value.opValue}}</td>
|
|
757
|
+ </tr>
|
|
758
|
+ {{/each}}
|
|
759
|
+ </table>
|
|
760
|
+ </div>
|
727
|
761
|
</div>
|
728
|
762
|
<div class="pop1-operate">
|
729
|
763
|
<div class="pop1-twoBtn">
|
|
@@ -817,6 +851,23 @@
|
817
|
851
|
</li>
|
818
|
852
|
</ul>
|
819
|
853
|
</div>
|
|
854
|
+ <div class="pop1-hd__item">
|
|
855
|
+ <h3>处理日志</h3>
|
|
856
|
+ <table class="pop1-hd__table">
|
|
857
|
+ <tr>
|
|
858
|
+ <td class="xh">序号</td>
|
|
859
|
+ <td class="date">时间</td>
|
|
860
|
+ <td>内容</td>
|
|
861
|
+ </tr>
|
|
862
|
+ {{each incident.handlerLogs}}
|
|
863
|
+ <tr>
|
|
864
|
+ <td>{{$index + 1}}</td>
|
|
865
|
+ <td>{{$value.opTime | dateFormat}}</td>
|
|
866
|
+ <td>{{$value.opValue}}</td>
|
|
867
|
+ </tr>
|
|
868
|
+ {{/each}}
|
|
869
|
+ </table>
|
|
870
|
+ </div>
|
820
|
871
|
</div>
|
821
|
872
|
<div class="pop1-operate">
|
822
|
873
|
<div class="pop1-twoBtn">
|
|
@@ -916,6 +967,23 @@
|
916
|
967
|
</li>
|
917
|
968
|
</ul>
|
918
|
969
|
</div>
|
|
970
|
+ <div class="pop1-hd__item">
|
|
971
|
+ <h3>处理日志</h3>
|
|
972
|
+ <table class="pop1-hd__table">
|
|
973
|
+ <tr>
|
|
974
|
+ <td class="xh">序号</td>
|
|
975
|
+ <td class="date">时间</td>
|
|
976
|
+ <td>内容</td>
|
|
977
|
+ </tr>
|
|
978
|
+ {{each incident.handlerLogs}}
|
|
979
|
+ <tr>
|
|
980
|
+ <td>{{$index + 1}}</td>
|
|
981
|
+ <td>{{$value.opTime | dateFormat}}</td>
|
|
982
|
+ <td>{{$value.opValue}}</td>
|
|
983
|
+ </tr>
|
|
984
|
+ {{/each}}
|
|
985
|
+ </table>
|
|
986
|
+ </div>
|
919
|
987
|
</div>
|
920
|
988
|
<div class="pop1-operate">
|
921
|
989
|
<div class="pop1-twoBtn">
|
|
@@ -1009,6 +1077,23 @@
|
1009
|
1077
|
</li>
|
1010
|
1078
|
</ul>
|
1011
|
1079
|
</div>
|
|
1080
|
+ <div class="pop1-hd__item">
|
|
1081
|
+ <h3>处理日志</h3>
|
|
1082
|
+ <table class="pop1-hd__table">
|
|
1083
|
+ <tr>
|
|
1084
|
+ <td class="xh">序号</td>
|
|
1085
|
+ <td class="date">时间</td>
|
|
1086
|
+ <td>内容</td>
|
|
1087
|
+ </tr>
|
|
1088
|
+ {{each incident.handlerLogs}}
|
|
1089
|
+ <tr>
|
|
1090
|
+ <td>{{$index + 1}}</td>
|
|
1091
|
+ <td>{{$value.opTime | dateFormat}}</td>
|
|
1092
|
+ <td>{{$value.opValue}}</td>
|
|
1093
|
+ </tr>
|
|
1094
|
+ {{/each}}
|
|
1095
|
+ </table>
|
|
1096
|
+ </div>
|
1012
|
1097
|
<div class="pop1-hd__item pop1-tips">
|
1013
|
1098
|
<h3>不受理原因</h3>
|
1014
|
1099
|
<p class="pop1-tipsBd">{{rejectRemark}}</p>
|
|
@@ -1106,6 +1191,23 @@
|
1106
|
1191
|
</li>
|
1107
|
1192
|
</ul>
|
1108
|
1193
|
</div>
|
|
1194
|
+ <div class="pop1-hd__item">
|
|
1195
|
+ <h3>处理日志</h3>
|
|
1196
|
+ <table class="pop1-hd__table">
|
|
1197
|
+ <tr>
|
|
1198
|
+ <td class="xh">序号</td>
|
|
1199
|
+ <td class="date">时间</td>
|
|
1200
|
+ <td>内容</td>
|
|
1201
|
+ </tr>
|
|
1202
|
+ {{each incident.handlerLogs}}
|
|
1203
|
+ <tr>
|
|
1204
|
+ <td>{{$index + 1}}</td>
|
|
1205
|
+ <td>{{$value.opTime | dateFormat}}</td>
|
|
1206
|
+ <td>{{$value.opValue}}</td>
|
|
1207
|
+ </tr>
|
|
1208
|
+ {{/each}}
|
|
1209
|
+ </table>
|
|
1210
|
+ </div>
|
1109
|
1211
|
<div class="pop1-hd__item pop1-tips">
|
1110
|
1212
|
<h3>撤回原因</h3>
|
1111
|
1213
|
<p class="pop1-tipsBd">{{retractReason}}</p>
|
|
@@ -1236,6 +1338,23 @@
|
1236
|
1338
|
</li>
|
1237
|
1339
|
</ul>
|
1238
|
1340
|
</div>
|
|
1341
|
+ <div class="pop1-hd__item">
|
|
1342
|
+ <h3>处理日志</h3>
|
|
1343
|
+ <table class="pop1-hd__table">
|
|
1344
|
+ <tr>
|
|
1345
|
+ <td class="xh">序号</td>
|
|
1346
|
+ <td class="date">时间</td>
|
|
1347
|
+ <td>内容</td>
|
|
1348
|
+ </tr>
|
|
1349
|
+ {{each incident.handlerLogs}}
|
|
1350
|
+ <tr>
|
|
1351
|
+ <td>{{$index + 1}}</td>
|
|
1352
|
+ <td>{{$value.opTime | dateFormat}}</td>
|
|
1353
|
+ <td>{{$value.opValue}}</td>
|
|
1354
|
+ </tr>
|
|
1355
|
+ {{/each}}
|
|
1356
|
+ </table>
|
|
1357
|
+ </div>
|
1239
|
1358
|
</div>
|
1240
|
1359
|
<div class="pop1-operate">
|
1241
|
1360
|
<div class="pop1-twoBtn">
|