Commit c9b6f5b1 authored by jingnan's avatar jingnan 👀

我的待办改为单个签审

parent d6d80920
...@@ -108,7 +108,7 @@ export default { ...@@ -108,7 +108,7 @@ export default {
tabs() { tabs() {
return this.activeTitle === '我的待办' ? [ return this.activeTitle === '我的待办' ? [
{ id: '批量签审', name: '批量签审' }, { id: '批量签审', name: '批量签审' },
{ id: this.activeTitle, name: this.activeTitle } { id: this.activeTitle, 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