mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 12:58:55 +08:00
♻️ Refactoring code. I18N 序号 => index
This commit is contained in:
parent
2ec931c1e5
commit
b94acfbb30
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
audit: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importsysAuditLogTip: '导入审计记录表',
|
||||
id: '主键',
|
||||
auditName: '审计名称',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
client: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importsysOauthClientDetailsTip: '导入终端信息表',
|
||||
id: 'ID',
|
||||
clientId: '客户端id',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
sysdict: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importsysDictTip: '导入字典表',
|
||||
id: '编号',
|
||||
dictType: '字典类型',
|
||||
@ -28,7 +28,7 @@ export default {
|
||||
deleteDisabledTip: '系统内置数据不能删除',
|
||||
},
|
||||
dictItem: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importsysDictItemTip: '导入字典项',
|
||||
id: '编号',
|
||||
dictId: ' dictId',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
file: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importsysFileTip: '导入文件管理表',
|
||||
id: '编号',
|
||||
fileName: '文件名称',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
i18n: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
id: 'id',
|
||||
name: '名称',
|
||||
zhCn: '中文',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
syslog: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
logType: '类型',
|
||||
title: '标题',
|
||||
remoteAddr: 'IP地址',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
sysmenu: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
name: '菜单名称',
|
||||
sortOrder: '排序',
|
||||
path: '路由',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
param: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importsysPublicParamTip: '导入公共参数配置表',
|
||||
publicId: '编号',
|
||||
publicName: '名称',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
post: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importPostTip: '导入岗位管理',
|
||||
postId: '岗位ID',
|
||||
postCode: '岗位编码',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
sysrole: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
roleName: '角色名称',
|
||||
inputRoleNameTip: '请输入角色名称',
|
||||
permissionTip: '授权',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
social: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importappSocialDetailsTip: '导入系统社交登录账号表',
|
||||
id: '主鍵',
|
||||
type: '类型',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
tenant: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importTenantTip: '导入租户',
|
||||
id: '租户id',
|
||||
name: '租户名称',
|
||||
@ -32,7 +32,7 @@ export default {
|
||||
},
|
||||
tenantmenu: {
|
||||
name: '租户套餐',
|
||||
index: '序号',
|
||||
index: '#',
|
||||
status: '状态',
|
||||
createTime: '创建',
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
systoken: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
userId: '用户ID',
|
||||
username: '用户名',
|
||||
clientId: '客户端',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
sysuser: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
username: '用户名',
|
||||
name: '姓名',
|
||||
phone: '手机号',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
appmenu: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
name: '菜单名称',
|
||||
sortOrder: '排序',
|
||||
path: '路由路径',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
approle: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
roleName: '角色名',
|
||||
inputRoleNameTip: '请输入角色名称',
|
||||
permissionTip: '授权',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
appsocial: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importappSocialDetailsTip: '导入系统社交登录账号表',
|
||||
id: '主鍵',
|
||||
type: '类型',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
appuser: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
username: '用户名',
|
||||
name: '姓名',
|
||||
phone: '手机号',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
job: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importsysJobTip: '导入定时任务调度表',
|
||||
jobId: '任务id',
|
||||
jobName: '任务名称',
|
||||
@ -54,7 +54,7 @@ export default {
|
||||
inputremarkTip: '请输入备注信息',
|
||||
},
|
||||
log: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importsysJobLogTip: '导入定时任务执行日志表',
|
||||
jobLogId: '任务日志ID',
|
||||
jobId: '任务id',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
datasourceconf: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importDatasourceConfTip: '导入数据源',
|
||||
id: '主键',
|
||||
name: '别名',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
fieldtype: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importFieldTypeTip: '导入列属性',
|
||||
id: 'id',
|
||||
columnType: '字段类型',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
group: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importgenGroupTip: '导入模板分组',
|
||||
id: ' id',
|
||||
groupName: '分组名称',
|
||||
|
@ -6,7 +6,7 @@ export default {
|
||||
prewBtn: '预览',
|
||||
},
|
||||
table: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importTableTip: '导入列属性',
|
||||
id: 'id',
|
||||
tableName: '表名',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
template: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importgenTemplateTip: '导入模板',
|
||||
id: '主键',
|
||||
templateName: '模板名称',
|
||||
|
@ -8,7 +8,7 @@ export default {
|
||||
newsletterTip: '站内信',
|
||||
},
|
||||
schedule: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importsysScheduleTip: '导入日程',
|
||||
id: 'id',
|
||||
title: '标题',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
fans: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importwxAccountFansTip: '导入微信公众号粉丝表',
|
||||
id: '主键',
|
||||
openid: '用户标识',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
wxAccountTag: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importwxAccountTagTip: '导入标签管理',
|
||||
id: '主键',
|
||||
tag: '标签',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
account: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importwxAccountTip: '导入公众号账户表',
|
||||
id: '主键',
|
||||
name: '名称',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
wxFansMsg: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importwxMsgTip: '导入微信消息',
|
||||
id: '主键',
|
||||
appName: '公众号名称',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
leave: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importoaLeaveBillTip: '导入请假表',
|
||||
leaveId: '主键',
|
||||
username: '用户名',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
model: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
id: '模型ID',
|
||||
name: '模型名称',
|
||||
key: '模型标识',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
process: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
processonDefinitionId: '模型ID',
|
||||
name: '模型名称',
|
||||
key: '模型标识',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
task: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
taskId: 'ID',
|
||||
taskName: '任务名称',
|
||||
time: '提交时间',
|
||||
@ -11,7 +11,7 @@ export default {
|
||||
inputCommentTip: '请输入批注名称',
|
||||
},
|
||||
comment: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
userId: '用户',
|
||||
fullMessage: '批注',
|
||||
time: '时间',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
channel: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importpayChannelTip: '导入支付渠道表',
|
||||
id: '渠道主键ID',
|
||||
mchId: '商户ID',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
order: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importpayGoodsOrderTip: '导入商品订单表',
|
||||
goodsOrderId: '商品订单ID',
|
||||
goodsId: '商品ID',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
record: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importpayNotifyRecordTip: '导入通知记录日志表',
|
||||
id: 'ID',
|
||||
notifyId: '响应ID',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
refund: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importpayRefundOrderTip: '导入退款订单表',
|
||||
refundOrderId: '退款订单号',
|
||||
payOrderId: '支付订单号',
|
||||
|
@ -1,6 +1,6 @@
|
||||
export default {
|
||||
trade: {
|
||||
index: '序号',
|
||||
index: '#',
|
||||
importpayTradeOrderTip: '导入支付订单表',
|
||||
orderId: ' 支付订单号',
|
||||
channelId: ' 渠道ID',
|
||||
|
Loading…
Reference in New Issue
Block a user