code review:客户管理

This commit is contained in:
YunaiV
2023-11-04 10:12:40 +08:00
parent 09c44cd4fe
commit a9faeb1bdb
3 changed files with 5 additions and 6 deletions

View File

@ -63,9 +63,11 @@
</el-descriptions-item>
</el-descriptions>
</ContentWrap>
<!-- TODO wanwan这个 tab 拉满哈可以更好看 -->
<el-col :span="18">
<el-tabs>
<el-tab-pane label="详细资料">
<!-- TODO wanwan这个 ml-2 是不是可以优化下不要整个左移而是里面的内容有个几 px 的偏移不顶在框里 -->
<CustomerDetails class="ml-2" :customer="customer" />
</el-tab-pane>
<el-tab-pane label="活动" lazy> 活动</el-tab-pane>
@ -150,5 +152,3 @@ onMounted(() => {
getCustomerData(id)
})
</script>
<style scoped lang="scss"></style>