Browse Source

工作台待办、通知展示真实数据量

huangguoce 8 hours atrás
parent
commit
f2067a4b05

+ 2 - 2
src/views/dashboard/widgets/components/MyNoticePageList.vue

@@ -4,8 +4,8 @@
 			<div class="card-header">
 				<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>
 				<div style="float:right;">
 					<el-button type="text" @click="refreshList()">刷新</el-button>

+ 1 - 1
src/views/dashboard/widgets/components/TodoList.vue

@@ -3,7 +3,7 @@
 		<template #header>
 			<div class="card-header">
 				<span>我的待办
-					<el-badge class="mark" v-if="backlogCount !== 0" :value="backlogCount" :max="99"
+					<el-badge class="mark" v-if="backlogCount !== 0" :value="backlogCount" :max="999999"
 						style="line-height: 0;margin-top: 8px" />
 				</span>