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