{{ $t('log.requestMethod') }}:{{ record.method }}
{{ $t('log.requestParam') }}:{{ record.requestParam }}
@@ -127,7 +135,8 @@ export default {
{
title: this.$t('log.logType'),
dataIndex: 'logType_dictText',
- align: 'center'
+ align: 'center',
+ scopedSlots: { customRender: 'dictText' }
},
{
title: this.$t('createTime'),