|
@ -9,6 +9,7 @@ |
|
|
<span class="left-bottom-line" /> |
|
|
<span class="left-bottom-line" /> |
|
|
<h3 class="home-item-title"> |
|
|
<h3 class="home-item-title"> |
|
|
公文传阅 |
|
|
公文传阅 |
|
|
|
|
|
<span v-if="miodTableData.length !== 0" style="position: absolute; right: 20px; top: 0; display: block; line-height: 54px; font-weight: normal; color: rgb(153, 153, 153);"><i class="el-icon-receiving" style="margin-right: 6px;" />{{ miodTableData.length }}</span> |
|
|
</h3> |
|
|
</h3> |
|
|
<div class="home-flowable" style="height: calc(100% - 54px); overflow-x: hidden;"> |
|
|
<div class="home-flowable" style="height: calc(100% - 54px); overflow-x: hidden;"> |
|
|
<!-- <div class="home-tab"> |
|
|
<!-- <div class="home-tab"> |
|
@ -51,6 +52,7 @@ |
|
|
<span class="left-bottom-line" /> |
|
|
<span class="left-bottom-line" /> |
|
|
<h3 class="home-item-title"> |
|
|
<h3 class="home-item-title"> |
|
|
办理时限提醒 |
|
|
办理时限提醒 |
|
|
|
|
|
<span v-if="remindData.length !== 0" style="position: absolute; right: 20px; top: 0; display: block; line-height: 54px; font-weight: normal; color: rgb(153, 153, 153);"><i class="el-icon-receiving" style="margin-right: 6px;" />{{ remindData.length }}</span> |
|
|
</h3> |
|
|
</h3> |
|
|
<!-- <serverProgress :system-data="systemData" /> --> |
|
|
<!-- <serverProgress :system-data="systemData" /> --> |
|
|
<div class="home-flowable" style="height: calc(100% - 54px); overflow-x: hidden;"> |
|
|
<div class="home-flowable" style="height: calc(100% - 54px); overflow-x: hidden;"> |
|
|