2
0

增加字典数据界面

This commit is contained in:
lai
2024-12-30 16:46:12 +08:00
parent 0a1f0d94d8
commit 3e2d8faf5e
12 changed files with 1027 additions and 45 deletions

View File

@@ -80,6 +80,7 @@ const local: any = {
core: 'Core',
},
tablePaginationTotal: 'Total {total} items',
inputPlease: 'Please input',
},
// 组件
components: {
@@ -250,7 +251,9 @@ const local: any = {
manage_dept: 'Dept Manage',
manage_route: 'Route Manage',
manage_post: 'Post Manage',
manage_dict: 'Dict Manage'
manage_dict: 'Dict Manage',
manage_dictData:'Dict Data',
manage_task_log: 'Task Log',
},
page: {
login: {
@@ -561,7 +564,31 @@ const local: any = {
remark: 'Please enter remark'
},
addDict: 'Add Dictionary',
editDict: 'Edit Dictionary'
editDict: 'Edit Dictionary',
dictData:{
dictType: "Dictionary name",
dictCode: "Data Code",
dictLabel: "Data Key",
dictLabelPleac: "Please enter the data key correctly",
dictValue: "Data Value",
dictValuePleac: "Please enter the data value correctly",
dictSort: "Data Sort",
status: "Status",
createTime: "CreateTime",
tagType: "Tag Type",
tagTypeShow: "Tag Type Show",
tagClass: "Tag Class",
remark: "Remark",
viewInfo: "Dictionary Data Info",
viewInfoErr: "Failed to get dictionary data information",
addInfo: "Add Dictionary Data",
editInfo: "Modifying Dictionary Data",
delTip: "Confirm deleting the data item with dictionary data code [{txt}]?",
delOk: "Deleted successfully",
exportTip: "Confirm exporting xlsx table files based on search criteria?",
exportOk: "Completed export",
typeDataErr: "Failed to get dictionary type information",
}
},
log:{
logId:'Log ID',

View File

@@ -80,6 +80,7 @@ const local:any = {
core: '核',
},
tablePaginationTotal: '总共 {total} 条',
inputPlease: '请输入',
},
// 组件
components: {
@@ -250,7 +251,9 @@ const local:any = {
manage_dept: '部门管理',
manage_route: '路由管理',
manage_post: '岗位管理',
manage_dict: '字典管理'
manage_dict: '字典管理',
manage_dictData:'字典数据',
manage_task_log: '任务日志',
},
page: {
login: {
@@ -561,7 +564,31 @@ const local:any = {
remark: '请输入备注'
},
addDict: '新增字典',
editDict: '编辑字典'
editDict: '编辑字典',
dictData:{
dictType: "字典名称",
dictCode: "数据代码",
dictLabel: "数据键名",
dictLabelPleac: "请正确输入数据键名",
dictValue: "数据键值",
dictValuePleac: "请正确输入数据键值",
dictSort: "数据排序",
status: "数据状态",
createTime: "创建时间",
tagType: "标签类型",
tagTypeShow: "回显预览",
tagClass: "样式属性",
remark: "数据说明",
viewInfo: "字典数据信息",
viewInfoErr: "获取字典数据信息失败",
addInfo: "添加字典数据",
editInfo: "修改字典数据",
delTip: "确认删除字典数据代码为 【{txt}】 的数据项?",
delOk: "删除成功",
exportTip: "确认根据搜索条件导出xlsx表格文件吗?",
exportOk: "已完成导出",
typeDataErr: "获取字典类型信息失败",
}
},
log:{
logId:'日志编号',