@@ -51,7 +51,7 @@ const tabsConfig = reactive({
},
todoList: {
name: 'todoList',
- label: '代办',
+ label: '待办',
list: []
}
})