校园商户

This commit is contained in:
liu
2026-06-17 09:13:49 +08:00
parent 86be1c230e
commit 254823e308
50 changed files with 2186 additions and 40 deletions
+17
View File
@@ -0,0 +1,17 @@
export default {
"merchant.category.page.title": "商户分类",
"merchant.category.page.description": "管理校园商户分类,方便对商户进行归类管理",
"merchant.category.id": "ID",
"merchant.category.name": "分类名称",
"merchant.category.name.required": "分类名称不能为空",
"merchant.category.slug": "标识",
"merchant.category.slug.required": "分类标识不能为空",
"merchant.category.description": "描述",
"merchant.category.icon": "图标",
"merchant.category.sort": "排序",
"merchant.category.status": "状态",
"merchant.category.status.0": "禁用",
"merchant.category.status.1": "正常",
"merchant.category.created_at": "创建时间",
"merchant.category.updated_at": "更新时间",
};