家居场景销售接待
This commit is contained in:
@@ -82,16 +82,16 @@
|
||||
</view>
|
||||
<text class="staff-name">{{ item.staffName }}</text>
|
||||
</view>
|
||||
<view class="service-status">
|
||||
<view class="service-action-btn service-action-btn--supplement" @click.stop="showSupplementDialog(item)">
|
||||
<text>补录</text>
|
||||
<view class="service-status">
|
||||
<view class="service-action-btn service-action-btn--supplement" @click.stop="showSupplementDialog(item)">
|
||||
<text>补录</text>
|
||||
</view>
|
||||
<view class="service-action-btn service-action-btn--finish" @click.stop="finishService(item)">
|
||||
<text>结束</text>
|
||||
</view>
|
||||
<uni-icons type="bars" size="16" color="#007AFF"></uni-icons>
|
||||
<text>服务中</text>
|
||||
</view>
|
||||
<view class="service-action-btn service-action-btn--finish" @click.stop="finishService(item)">
|
||||
<text>结束</text>
|
||||
</view>
|
||||
<uni-icons type="bars" size="16" color="#007AFF"></uni-icons>
|
||||
<text>服务中</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="customer-info">
|
||||
@@ -732,6 +732,7 @@ import CommonBeginReception from "./common_begin_reception.vue";
|
||||
customerPhone: record.customerPhone || '',
|
||||
customerId: record.customerId || '',
|
||||
recordingName: record.recordingName || '',
|
||||
remarks: record.remarks || '',
|
||||
tags,
|
||||
durationText: formattedUpdateTime ? `最近更新时间:${formattedUpdateTime}` : '最近暂无更新时间'
|
||||
};
|
||||
@@ -1803,6 +1804,13 @@ import CommonBeginReception from "./common_begin_reception.vue";
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.service-status-loading-more {
|
||||
padding: 48rpx 0;
|
||||
text-align: center;
|
||||
color: #999;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
/* 标签管理样式 - 添加表单 */
|
||||
.tag-management {
|
||||
/* 使用绝对定位,从tab页底部开始,高度计算:100vh - 导航栏(88rpx) - tab页(72rpx) - 底部导航栏(96rpx) */
|
||||
|
||||
Reference in New Issue
Block a user