fix: 一些国际化和样式调整

This commit is contained in:
chenjinsong
2023-11-16 17:29:54 +08:00
parent 07dd16f2c2
commit ee05f47f2d
9 changed files with 24 additions and 23 deletions

View File

@@ -26,9 +26,10 @@
scrollbar-always-on="false"
@row-click="selectHistory"
style="overflow-x: unset"
empty-text=""
>
<el-table-column prop="str" :label="$t('networkOverview.search')" min-width="560" />
<el-table-column prop="date" :label="$t('entity.search.lastRun')" sortable width="200">
<el-table-column prop="str" :label="$t('overall.expression')" min-width="560" />
<el-table-column prop="date" :label="$t('overall.time')" sortable width="200">
<template #default="scope">
<span>{{ changeTimeByDate(scope.row.date) }}</span>
</template>