mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore:
This commit is contained in:
@@ -158,7 +158,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
|||||||
data: [
|
data: [
|
||||||
{ label: "待支付", value: "wait_pay", color: "warning" },
|
{ label: "待支付", value: "wait_pay", color: "warning" },
|
||||||
{ label: "已支付", value: "paid", color: "success" },
|
{ label: "已支付", value: "paid", color: "success" },
|
||||||
{ label: "已取消", value: "canceled", color: "error" }
|
{ label: "已关闭", value: "closed", color: "error" }
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
column: {
|
column: {
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
|||||||
data: [
|
data: [
|
||||||
{ label: "待支付", value: "wait_pay", color: "warning" },
|
{ label: "待支付", value: "wait_pay", color: "warning" },
|
||||||
{ label: "已支付", value: "paid", color: "success" },
|
{ label: "已支付", value: "paid", color: "success" },
|
||||||
{ label: "已取消", value: "canceled", color: "error" }
|
{ label: "已关闭", value: "closed", color: "error" }
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
column: {
|
column: {
|
||||||
|
|||||||
Reference in New Issue
Block a user