管理系统大部分完成

This commit is contained in:
jiangjunhong 2025-04-26 00:35:22 +08:00
parent f06f1f29c9
commit f1ab5eeaf4
1 changed files with 8 additions and 3 deletions

View File

@ -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