客户列表卡片底部按钮功能调整,客户详情信息调整
This commit is contained in:
parent
c8997aa71d
commit
474e12f0e1
|
|
@ -372,7 +372,7 @@ watch(filterStatus, () => {
|
||||||
if (filterStatus.value === '') {
|
if (filterStatus.value === '') {
|
||||||
// 重置分页状态
|
// 重置分页状态
|
||||||
reset();
|
reset();
|
||||||
// 清除所有查询参数,只保留基础分页参数
|
// 清除所有查询参数,只保留基础分页参数,保留用户id过滤参数
|
||||||
queryParams.value = {
|
queryParams.value = {
|
||||||
joinUserId: filterSelf.value? useUserStore().getUserInfo.user.userId : null,
|
joinUserId: filterSelf.value? useUserStore().getUserInfo.user.userId : null,
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
|
|
@ -736,7 +736,7 @@ defineExpose({
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-top: 14px;
|
|
||||||
border-top: 1px solid #f0f2f5;
|
border-top: 1px solid #f0f2f5;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
<CustomerSummaryBrief
|
<CustomerSummaryBrief
|
||||||
:name="customerDetail.contactName || customerDetail.name || '--'"
|
:name="customerDetail.contactName || customerDetail.name || '--'"
|
||||||
:intents="customerDetail.intents"
|
:intents="customerDetail.intents"
|
||||||
:intent-level="customerDetail.intentLevel"
|
|
||||||
:status="customerDetail.status"
|
:status="customerDetail.status"
|
||||||
/>
|
/>
|
||||||
<view class="summary-row">
|
<view class="summary-row">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user