|
@@ -218,7 +218,7 @@
|
|
|
<tr style="height: 34px">
|
|
|
<td style="width: 25%; font-size: 16px; border-bottom: 1px solid #000000; border-right: 1px solid #000000">已办信件</td>
|
|
|
<td style="width: 25%; font-size: 16px; border-bottom: 1px solid #000000; border-right: 1px solid #000000">
|
|
|
- {{ state.centerReportOrder?.CompletedCount }}
|
|
|
+ {{ state.centerReportOrder?.completedCount }}
|
|
|
</td>
|
|
|
<td style="width: 25%; font-size: 16px; border-bottom: 1px solid #000000; border-right: 1px solid #000000">在办信件</td>
|
|
|
<td style="width: 25%; font-size: 16px; border-bottom: 1px solid #000000">{{ state.centerReportOrder?.inProgressCount }}</td>
|