fix:【system 系统管理】linter 报错

This commit is contained in:
YunaiV
2025-10-10 21:32:15 +08:00
parent 00a25ed1d3
commit 8465941011
9 changed files with 54 additions and 24 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 '退款中,等待退款结果';