|
@@ -245,11 +245,11 @@
|
|
|
</div>
|
|
|
<div class="center4_b">
|
|
|
在位
|
|
|
- <span style="color: #fde17b">{{ jclist.waichu }}</span>
|
|
|
+ <span style="color: #fde17b">{{ jclist.zaiwei }}</span>
|
|
|
</div>
|
|
|
<div class="center4_b">
|
|
|
外出
|
|
|
- <span style="color: #f0422a">{{ jclist.zaiwei }}</span>
|
|
|
+ <span style="color: #f0422a">{{ jclist.waichu }}</span>
|
|
|
</div>
|
|
|
<table class="center4_s">
|
|
|
<tr>
|
|
@@ -307,11 +307,13 @@
|
|
|
<td
|
|
|
style="font-family: 'IMPACT'; font-size: 22px; color: #b4372a"
|
|
|
>
|
|
|
- 1
|
|
|
+ 0
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td colspan="2" style="letter-spacing: 7px;font-size:13px">夜间进入</td>
|
|
|
+ <td colspan="2" style="letter-spacing: 7px; font-size: 13px">
|
|
|
+ 夜间进入
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
|
|
@@ -323,11 +325,13 @@
|
|
|
<td
|
|
|
style="font-family: 'IMPACT'; font-size: 22px; color: #b4372a"
|
|
|
>
|
|
|
- 1
|
|
|
+ 0
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td colspan="2" style="letter-spacing: 7px;font-size:13px">外来车辆</td>
|
|
|
+ <td colspan="2" style="letter-spacing: 7px; font-size: 13px">
|
|
|
+ 外来车辆
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
@@ -897,7 +901,7 @@
|
|
|
:key="index"
|
|
|
>
|
|
|
<span style="color: #fff; font-size: 12px">
|
|
|
- {{ index }}
|
|
|
+ {{ index + 1 }}
|
|
|
</span>
|
|
|
<span>{{ item.durgName }}</span>
|
|
|
<span>{{ item.amount }}</span>
|
|
@@ -1040,7 +1044,7 @@ import {
|
|
|
getantiepidemic,
|
|
|
antiepidemicArchivesList,
|
|
|
getLeavlNumber,
|
|
|
- zongjinrizhiban
|
|
|
+ zongjinrizhiban,
|
|
|
} from "@/api/taishi/taishi";
|
|
|
import * as echarts from "echarts";
|
|
|
import vueSeamlessScroll from "vue-seamless-scroll";
|
|
@@ -1172,10 +1176,9 @@ export default {
|
|
|
value: res.data[i],
|
|
|
});
|
|
|
} else if (i == "detachmentName") {
|
|
|
- zongjinrizhiban().then(res=>{
|
|
|
+ zongjinrizhiban().then((res) => {
|
|
|
this.jrzblist.push({ name: "值班总人数", value: res.data[1] });
|
|
|
- })
|
|
|
-
|
|
|
+ });
|
|
|
}
|
|
|
}
|
|
|
}
|