|
@@ -4,8 +4,8 @@
|
|
|
<div class="card-header">
|
|
<div class="card-header">
|
|
|
<span>
|
|
<span>
|
|
|
我的通知
|
|
我的通知
|
|
|
- <el-badge class="mark" v-if="tablePage.total !== 0" :value="tablePage.total" :max="99"
|
|
|
|
|
- style="line-height: 0;margin-top: 8px" />
|
|
|
|
|
|
|
+ <el-badge class="mark" v-if="tablePage.total !== 0" :value="tablePage.total" :max="999999"
|
|
|
|
|
+ style=" line-height: 0;margin-top: 8px" />
|
|
|
</span>
|
|
</span>
|
|
|
<div style="float:right;">
|
|
<div style="float:right;">
|
|
|
<el-button type="text" @click="refreshList()">刷新</el-button>
|
|
<el-button type="text" @click="refreshList()">刷新</el-button>
|