mirror of https://github.com/certd/certd
chore:
parent
45d6347f5b
commit
b150b2f034
|
@ -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: {
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue