管理系统大部分完成
This commit is contained in:
parent
f06f1f29c9
commit
f1ab5eeaf4
|
|
@ -3,9 +3,14 @@
|
|||
<!-- 顶部标题和操作按钮区域 -->
|
||||
<div class="flex justify-between mb-2">
|
||||
<div class="flex items-center">
|
||||
<h2 >{{ customerForm.customerName }}({{ customerForm.mobile }})</h2>
|
||||
<span class="ml-2px text-sm">撞库次数: {{ customerForm.repeatCount }}次</span>
|
||||
<span class="text-sm ml-2">跟进次数: {{ customerForm.followCount }}次</span>
|
||||
<h2 class="flex items-center text-lg font-medium">
|
||||
<span class="text-gray-900">{{ customerForm.customerName }}</span>
|
||||
<span class="text-gray-500 ml-1 text-base">({{ customerForm.mobile }})</span>
|
||||
</h2>
|
||||
<div class="ml-4 flex items-center gap-4">
|
||||
<span class="text-sm text-gray-600">撞库次数: <span class="text-blue-500 font-medium">{{ customerForm.repeatCount }}</span>次</span>
|
||||
<span class="text-sm text-gray-600">跟进次数: <span class="text-blue-500 font-medium">{{ customerForm.followCount }}</span>次</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<el-button
|
||||
|
|
|
|||
Loading…
Reference in New Issue