1、名字调整

2、消息中心重置调整
This commit is contained in:
pan
2024-09-09 02:58:26 +08:00
parent 6a5157ae7d
commit c343875f24
2 changed files with 3 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ export default {
msgItem['count'] = res.msgCount;
let taskItem = {};
taskItem['type'] = 'task';
taskItem['name'] = '办消息数量';
taskItem['name'] = '办消息数量';
taskItem['count'] = res.taskCount;
this.msgTableData.push(msgItem);
this.msgTableData.push(taskItem);