|
@@ -267,7 +267,7 @@
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
|
|
|
|
- <table class="center4_s" style="margin-top: 2%">
|
|
|
|
|
|
+ <table class="center4_s" style="margin-top: 1.3%">
|
|
<tr>
|
|
<tr>
|
|
<td rowspan="2">
|
|
<td rowspan="2">
|
|
<img src="../../assets/images/cheliangz.png" alt />
|
|
<img src="../../assets/images/cheliangz.png" alt />
|
|
@@ -283,7 +283,7 @@
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
|
|
|
|
- <table class="center4_s" style="margin-top: 2%">
|
|
|
|
|
|
+ <table class="center4_s" style="margin-top: 1.3%">
|
|
<tr>
|
|
<tr>
|
|
<td rowspan="2">
|
|
<td rowspan="2">
|
|
<img src="../../assets/images/cheliangz.png" alt />
|
|
<img src="../../assets/images/cheliangz.png" alt />
|
|
@@ -299,7 +299,7 @@
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
|
|
|
|
- <table class="center4_y" style="margin-top: 2%">
|
|
|
|
|
|
+ <table class="center4_y" style="margin-top: 1.5%">
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
<img src="../../assets/images/cheliangq.png" alt />
|
|
<img src="../../assets/images/cheliangq.png" alt />
|
|
@@ -315,7 +315,7 @@
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
|
|
|
|
- <table class="center4_y center4_y2" style="margin-top: 2%">
|
|
|
|
|
|
+ <table class="center4_y center4_y2" style="margin-top: 1.5%">
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
<img src="../../assets/images/cheliangq.png" alt />
|
|
<img src="../../assets/images/cheliangq.png" alt />
|
|
@@ -1086,7 +1086,7 @@ export default {
|
|
};
|
|
};
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
- this.$forceUpdate();
|
|
|
|
|
|
+
|
|
//大队人员在位数据
|
|
//大队人员在位数据
|
|
zaiweipeople().then((res) => {
|
|
zaiweipeople().then((res) => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
@@ -1153,6 +1153,7 @@ export default {
|
|
this.startTime();
|
|
this.startTime();
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
|
|
+ this.$forceUpdate();
|
|
//各单位在位情况
|
|
//各单位在位情况
|
|
gedanweizaiweiqingkaung().then((res) => {
|
|
gedanweizaiweiqingkaung().then((res) => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|