Commit d6d80920 authored by jingnan's avatar jingnan 👀

批量签审放在我的待办之前

parent 08709bc4
......@@ -107,8 +107,8 @@ export default {
computed: {
tabs() {
return this.activeTitle === '我的待办' ? [
{ id: this.activeTitle, name: this.activeTitle },
{ id: '批量签审', name: '批量签审' }
{ id: '批量签审', name: '批量签审' },
{ id: this.activeTitle, name: this.activeTitle }
] : [{ id: this.activeTitle, name: this.activeTitle }]
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment