fix:operation log列表调整

This commit is contained in:
wangwenrui
2020-04-21 10:16:28 +08:00
parent c55ba39b55
commit 52219ec6b4
3 changed files with 17 additions and 8 deletions

View File

@@ -67,6 +67,9 @@
{{scope.row[item.prop] == 'zh' ? '中文' : ''}}
{{scope.row[item.prop] == 'ru' ? 'русский' : ''}}
</span>
<span v-if="item.prop == 'time'">
{{scope.row[item.prop]}} ms
</span>
<span v-else>{{scope.row[item.prop]}}</span>
</template>
</el-table-column>
@@ -180,7 +183,12 @@
label: this.$t('config.operationlog.params'),
prop: 'params',
show: false,
}
},
{
label: this.$t('config.operationlog.response'),
prop: 'response',
show: false,
},
],
tablelable: [],
dropCol: [],