定制项目调整定位为定制方案

This commit is contained in:
aixianling
2022-07-12 16:49:41 +08:00
parent ad8f080643
commit 7d63ea0c19
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ export default {
},
computed: {
isEdit: v => !!v.$route.query.id,
pageTitle: v => v.isEdit ? "编辑定制项目" : "新增定制项目",
pageTitle: v => v.isEdit ? "编辑定制方案" : "新增定制方案",
},
data() {
return {