fix: iccid列适配
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m44s

This commit is contained in:
sexygoat
2026-04-24 11:48:52 +08:00
parent ceecc07ffc
commit 2d6b5d7903
4 changed files with 11 additions and 11 deletions

View File

@@ -857,11 +857,11 @@
prop: 'dateRange',
type: 'date',
config: {
type: 'datetimerange',
type: 'daterange',
rangeSeparator: '至',
startPlaceholder: '开始时间',
endPlaceholder: '结束时间',
valueFormat: 'YYYY-MM-DDTHH:mm:ssZZ'
valueFormat: 'YYYY-MM-DD'
}
}
]