| | |
| | | <li style="color: #fff; background: rgb(1, 76, 137);"> |
| | | <span class="num">序号</span> |
| | | <span class="type">警情类别</span> |
| | | <span class="state">警情状态</span> |
| | | <span class="comingPhone">报警电话</span> |
| | | <span class="dealTime">接警时间</span> |
| | | <span class="dealPolice">经办民警</span> |
| | |
| | | > |
| | | <span class="num" v-text="item.num"></span> |
| | | <span class="type" v-text="item.type"></span> |
| | | <span class="state" v-text="item.state"></span> |
| | | <span class="comingPhone" v-text="item.comingPhone"></span> |
| | | <span class="dealTime" v-text="item.dealTime"></span> |
| | | <span class="dealPolice" v-text="item.dealPolice"></span> |
| | |
| | | width: 10%; |
| | | } |
| | | |
| | | .state { |
| | | width: 8%; |
| | | } |
| | | |
| | | .comingPhone { |
| | | width: 14%; |
| | | } |
| | |
| | | } |
| | | |
| | | .dealPolice { |
| | | width: 12%; |
| | | width: 8%; |
| | | } |
| | | |
| | | .callPeople { |
| | | width: 12%; |
| | | width: 8%; |
| | | } |
| | | |
| | | .callPhone { |