fix: 客户人员-多选表单、日期表单问题修复

This commit is contained in:
wangzhuo
2025-09-01 13:46:13 +08:00
parent c10a0be121
commit ca7572c542
5 changed files with 198 additions and 75 deletions

View File

@@ -132,9 +132,9 @@ let list = ref([]);
const upOption = ref({
page: {num: 0, size: 10},
noMoreSize: 5,
empty: {
tip: '~ 空空如也 ~',
icon: "../../../../static/images/mescroll-empty.png"
empty: {
tip: '~ 空空如也 ~',
icon: "../../static/images/mescroll-empty.png"
},
textLoading: '加载中...',
textNoMore: '已经到底了'