1、名字调整
2、消息中心重置调整
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user