BUG 26248

This commit is contained in:
aixianling
2021-12-31 11:06:54 +08:00
parent f22eb9a004
commit 34abb465d2

View File

@@ -75,7 +75,7 @@
}, },
computed: { computed: {
detailTitle() { detailTitle() {
return this.isEdit ? '编辑党员学习' : '党史党员学习' return this.isEdit ? '编辑党员学习' : '党员学习详情'
} }
}, },
data() { data() {