Browse Source

公文记录文案更新/首页更新

master
xuhuajiao 1 month ago
parent
commit
b034ebfecf
  1. 2
      src/views/archivesMIOD/miodRecord/index.vue
  2. 2
      src/views/home.vue

2
src/views/archivesMIOD/miodRecord/index.vue

@ -5,7 +5,7 @@
<el-tooltip
class="item"
effect="dark"
content="可搜索标题、收文号、主办部门"
content="可搜索收文号、题名、借阅者"
placement="top-start"
>
<el-input

2
src/views/home.vue

@ -9,6 +9,7 @@
<span class="left-bottom-line" />
<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>
<div class="home-flowable" style="height: calc(100% - 54px); overflow-x: hidden;">
<!-- <div class="home-tab">
@ -51,6 +52,7 @@
<span class="left-bottom-line" />
<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>
<!-- <serverProgress :system-data="systemData" /> -->
<div class="home-flowable" style="height: calc(100% - 54px); overflow-x: hidden;">

Loading…
Cancel
Save