--操作日志的中英文

This commit is contained in:
lai
2023-11-29 19:00:47 +08:00
parent 38c3964f5c
commit 1784941670
2 changed files with 2 additions and 2 deletions

View File

@@ -1169,7 +1169,7 @@ export default {
},
log:{
operate:{
operId:'Log Number',
operId:'ID',
moduleName:'Module Name',
workType:'Business Type',
operUser:'Operator',

View File

@@ -146,7 +146,7 @@ let tableColumns: ColumnsType = [
},
},
{
title: t('views.system.log.operate.operId'),
title: t('views.system.log.operate.useTime'),
dataIndex: 'costTime',
key: 'costTime',
align: 'center',