style: 多语言翻译
This commit is contained in:
@@ -1161,12 +1161,12 @@ export default {
|
||||
jobLog: {
|
||||
jobName: "Job Name",
|
||||
jobGroup: "Job Group",
|
||||
invokeTarget: "Invoke Target",
|
||||
invokeTarget: "Job Invoke",
|
||||
status: "Status",
|
||||
status0: "Failures",
|
||||
status1: "Active",
|
||||
createTime: "Create Time",
|
||||
costTime: "Cost Time",
|
||||
createTime: "Time",
|
||||
costTime: "Time Consumption",
|
||||
viewLog: "Scheduling log Info",
|
||||
delTip: "Are you sure you want to delete the scheduling log entry with the number [{num}]?",
|
||||
delOk: "Deleted Successfully",
|
||||
@@ -1401,7 +1401,7 @@ export default {
|
||||
userInfo:' User Info',
|
||||
userNum: 'User Number',
|
||||
account: 'Account',
|
||||
userName: 'User Name',
|
||||
userName: 'Nick Name',
|
||||
permission: 'Role',
|
||||
className: 'Department',
|
||||
loginIp: 'Login Address',
|
||||
@@ -1525,11 +1525,11 @@ export default {
|
||||
onlyClassScopeOptions:'Data permissions of this department',
|
||||
classAllScopeOptions:'Data permissions for this department and the following',
|
||||
myselfScopeOptions:'Only personal data permissions',
|
||||
roleId:'Role ID',
|
||||
roleId:'Role Number',
|
||||
roleName:'Role Name',
|
||||
roleKey:'Role Key',
|
||||
roleSort:'Role Order',
|
||||
roleStatus:'Status',
|
||||
roleSort:'Role Sort',
|
||||
roleStatus:'Role Status',
|
||||
createTime:'Creation Time',
|
||||
trueValue:'Please enter {msg} correctly',
|
||||
roleInfo:'Role information',
|
||||
@@ -1587,7 +1587,7 @@ export default {
|
||||
positionId:'Position Number',
|
||||
positionCode:'Position Code',
|
||||
positionName:'Position Name',
|
||||
positionSort:'Position Sorting',
|
||||
positionSort:'Position Sort',
|
||||
positionStatus:'Position Status',
|
||||
positionMark:'Position Description',
|
||||
createTime:'Creation Time',
|
||||
@@ -1597,15 +1597,15 @@ export default {
|
||||
},
|
||||
log:{
|
||||
operate:{
|
||||
operId:'ID',
|
||||
operId:'Log ID',
|
||||
moduleName:'Module Name',
|
||||
workType:'Business Type',
|
||||
operUser:'Operator',
|
||||
requestMe:'Request Method',
|
||||
host:'Request Host',
|
||||
operStatus:'Operation Status',
|
||||
operDate:'Operation Date',
|
||||
useTime:'Consumption Time',
|
||||
operStatus:'Status',
|
||||
operDate:'Time',
|
||||
useTime:'Time Consumption',
|
||||
logInfo:'Operation Log Information',
|
||||
delSure:'Are you sure to delete the data item with access number [{ids}]?',
|
||||
delAllSure:'Confirm to clear all login log data items?',
|
||||
|
||||
@@ -119,6 +119,7 @@ let tableColumns: ColumnsType = [
|
||||
title: t('common.rowId'),
|
||||
dataIndex: 'jobLogId',
|
||||
align: 'center',
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
title: t('views.monitor.jobLog.jobName'),
|
||||
@@ -161,7 +162,7 @@ let tableColumns: ColumnsType = [
|
||||
dataIndex: 'costTime',
|
||||
key: 'costTime',
|
||||
align: 'right',
|
||||
width: 100,
|
||||
width: 150,
|
||||
customRender(opt) {
|
||||
return `${opt.value} ms`;
|
||||
},
|
||||
|
||||
@@ -1008,7 +1008,7 @@ onMounted(() => {
|
||||
</a-col>
|
||||
<a-col :lg="12" :md="12" :xs="24">
|
||||
<a-form-item
|
||||
:label="t('views.system.role.roleId')"
|
||||
:label="t('views.system.role.createTime')"
|
||||
name="createTime"
|
||||
>
|
||||
<span v-if="+modalState.from.createTime > 0">
|
||||
@@ -1019,7 +1019,7 @@ onMounted(() => {
|
||||
</a-row>
|
||||
<a-row :gutter="16">
|
||||
<a-col :lg="12" :md="12" :xs="24">
|
||||
<a-form-item :label="t('views.system.role.roleId')" name="roleSort">
|
||||
<a-form-item :label="t('views.system.role.roleSort')" name="roleSort">
|
||||
{{ modalState.from.roleSort }}
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
||||
Reference in New Issue
Block a user