pull/330/head
xiaojunnuo 2024-12-23 13:28:25 +08:00
parent 45d6347f5b
commit b150b2f034
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
data: [
{ label: "待支付", value: "wait_pay", color: "warning" },
{ label: "已支付", value: "paid", color: "success" },
{ label: "已取消", value: "canceled", color: "error" }
{ label: "已关闭", value: "closed", color: "error" }
]
}),
column: {

View File

@ -178,7 +178,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
data: [
{ label: "待支付", value: "wait_pay", color: "warning" },
{ label: "已支付", value: "paid", color: "success" },
{ label: "已取消", value: "canceled", color: "error" }
{ label: "已关闭", value: "closed", color: "error" }
]
}),
column: {