This commit is contained in:
xingyu4j
2025-10-10 21:44:32 +08:00
8 changed files with 54 additions and 22 deletions

View File

@@ -97,7 +97,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
minWidth: 180,
formatter: ({ cellValue, row }) => {
if (cellValue) {
return formatDateTime(cellValue);
return formatDateTime(cellValue) as string;
}
if (row.payRefundId) {
return '退款中,等待退款结果';