先提交一波

This commit is contained in:
aixianling
2023-03-28 17:59:07 +08:00
parent b6b5254c80
commit e29c00477b
5 changed files with 89 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ export default {
headerPanel: Boolean
},
computed: {
hideHeader: v => v.hideTitle || v.panel
hideHeader: v => v.hideTitle || (v.panel && !v.title)
}
}
</script>