文字修改

This commit is contained in:
liuye
2022-03-31 14:39:17 +08:00
parent 9afbca0f2c
commit 22de4a837c

View File

@@ -43,7 +43,7 @@ export default {
}, },
onShow() { onShow() {
if(this.type == 1) { if(this.type == 1) {
document.title = this.id ? '编辑帮扶日志' : '添加帮扶日志' document.title = this.id ? '编辑帮扶措施' : '添加帮扶措施'
}else { }else {
document.title = this.id ? '编辑走访日志' : '添加走访日志' document.title = this.id ? '编辑走访日志' : '添加走访日志'
} }