Commit 7146fdc9 by Wanwan

style: 客户 review 修改

parent a9faeb1b
...@@ -44,6 +44,9 @@ ...@@ -44,6 +44,9 @@
<el-descriptions-item label="下次联系时间"> <el-descriptions-item label="下次联系时间">
{{ customer.contactNextTime ? formatDate(customer.contactNextTime, 'YYYY-MM-DD') : '空' }} {{ customer.contactNextTime ? formatDate(customer.contactNextTime, 'YYYY-MM-DD') : '空' }}
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item label="最后跟进时间">
{{ customer.contactLastTime ? formatDate(customer.contactLastTime) : '空' }}
</el-descriptions-item>
</el-descriptions> </el-descriptions>
<el-descriptions :column="1"> <el-descriptions :column="1">
<el-descriptions-item label="客户描述"> <el-descriptions-item label="客户描述">
...@@ -71,10 +74,6 @@ ...@@ -71,10 +74,6 @@
<el-descriptions-item label="更新时间"> <el-descriptions-item label="更新时间">
{{ customer.updateTime ? formatDate(customer.updateTime) : '空' }} {{ customer.updateTime ? formatDate(customer.updateTime) : '空' }}
</el-descriptions-item> </el-descriptions-item>
<!-- TODO wanwan:要不把“最后跟进时间”放到“下次联系时间”后面 -->
<el-descriptions-item label="最后跟进时间">
{{ customer.contactLastTime ? formatDate(customer.contactLastTime) : '空' }}
</el-descriptions-item>
</el-descriptions> </el-descriptions>
</el-collapse-item> </el-collapse-item>
</el-collapse> </el-collapse>
......
...@@ -63,8 +63,7 @@ ...@@ -63,8 +63,7 @@
</el-descriptions-item> </el-descriptions-item>
</el-descriptions> </el-descriptions>
</ContentWrap> </ContentWrap>
<!-- TODO wanwan:这个 tab 拉满哈,可以更好看; --> <el-col>
<el-col :span="18">
<el-tabs> <el-tabs>
<el-tab-pane label="详细资料"> <el-tab-pane label="详细资料">
<!-- TODO wanwan:这个 ml-2 是不是可以优化下,不要整个左移,而是里面的内容有个几 px 的偏移,不顶在框里 --> <!-- TODO wanwan:这个 ml-2 是不是可以优化下,不要整个左移,而是里面的内容有个几 px 的偏移,不顶在框里 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment