fix: pay app

This commit is contained in:
xingyu4j
2025-05-27 22:15:24 +08:00
parent 6eeb57eadb
commit 58bef6359f
4 changed files with 628 additions and 745 deletions

View File

@@ -54,7 +54,6 @@ export function useGridColumns<T = PayAppApi.App>(
{
field: 'status',
title: '状态',
minWidth: 100,
align: 'center',
cellRender: {
attrs: { beforeChange: onStatusChange },