商品模板功能上传
This commit is contained in:
@@ -86,6 +86,11 @@ export const AROMA_TYPE_LABELS: Record<string, string> = {
|
||||
NONGXIANG: '浓香型',
|
||||
};
|
||||
|
||||
export const DETAIL_TEMPLATE_STATUS_LABELS: Record<string, string> = {
|
||||
ACTIVE: '启用',
|
||||
DISABLED: '停用',
|
||||
};
|
||||
|
||||
export const LEDGER_TYPE_LABELS: Record<string, string> = {
|
||||
GRANT: '发放',
|
||||
REDEEM: '核销',
|
||||
|
||||
Reference in New Issue
Block a user