接单员与财务管理
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
export default {
|
||||
"task.category.page.title": "任务分类",
|
||||
"task.category.page.description": "管理校园任务分类",
|
||||
"task.category.id": "ID",
|
||||
"task.category.name": "分类名称",
|
||||
"task.category.name.required": "分类名称不能为空",
|
||||
"task.category.slug": "标识",
|
||||
"task.category.slug.required": "分类标识不能为空",
|
||||
"task.category.description": "描述",
|
||||
"task.category.icon": "图标",
|
||||
"task.category.form_schema": "表单配置",
|
||||
"task.category.sort": "排序",
|
||||
"task.category.status": "状态",
|
||||
"task.category.status.0": "禁用",
|
||||
"task.category.status.1": "正常",
|
||||
"task.category.created_at": "创建时间",
|
||||
"task.category.updated_at": "更新时间",
|
||||
};
|
||||
Reference in New Issue
Block a user