CRM-合并不一致问题

This commit is contained in:
wangyang
2025-08-27 15:24:40 +08:00
parent bcc2b73534
commit d2f0c16a59

View File

@@ -89,7 +89,7 @@ const mescrollRef = ref(null);
const upOption = ref({ const upOption = ref({
page: { num: 0, size: 10 }, page: { num: 0, size: 10 },
noMoreSize: 5, noMoreSize: 5,
empty: { empty: {
tip: '~ 空空如也 ~', tip: '~ 空空如也 ~',
icon: "../../static/images/mescroll-empty.png" icon: "../../static/images/mescroll-empty.png"
}, },
@@ -163,7 +163,7 @@ const getGetYsVisistList = (pageIndex, pageSize) => {
// 跳转到详情 // 跳转到详情
let handleDetail=(item)=>{ let handleDetail=(item)=>{
uni.navigateTo({ uni.navigateTo({
url: "/pages/business/CRM/visitorReportDetail?id="+item.id url: "/pages/business/CRM/visitorReportDetail?id="+item.id
}) })
} }
@@ -198,7 +198,7 @@ let handleDetail=(item)=>{
} }
.search .custom-search{ .search .custom-search{
width:80%; width:80%;
} }
.search .custom-search.uni-searchbar{ .search .custom-search.uni-searchbar{
padding-right:0 !important; padding-right:0 !important;
@@ -216,4 +216,4 @@ let handleDetail=(item)=>{
padding-bottom:10rpx; padding-bottom:10rpx;
} }
</style> </style>