|
|
@ -28,7 +28,7 @@ |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column :label="$t('page.system.systemLog.czxq')"> |
|
|
<el-table-column :label="$t('page.system.systemLog.czxq')"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{scope.row.msg}}</span> |
|
|
|
|
|
|
|
|
<span>{{$i18n.locale === 'zh_CN' ? scope.row.msg : scope.row.msgEn}}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column :label="$t('page.business.archive.czsj')" align="center" prop="accessTime" width="200" /> |
|
|
<el-table-column :label="$t('page.business.archive.czsj')" align="center" prop="accessTime" width="200" /> |
|
|
|