update fe
This commit is contained in:
parent
08e484a6b8
commit
6b0cc53973
|
@ -85,7 +85,6 @@
|
|||
</vxe-table-column>
|
||||
<vxe-table-column
|
||||
field="rating"
|
||||
fixed="left"
|
||||
:title="$t('m.AC') + ' / ' + $t('m.Total')"
|
||||
min-width="80"
|
||||
>
|
||||
|
@ -102,7 +101,6 @@
|
|||
</vxe-table-column>
|
||||
<vxe-table-column
|
||||
field="totalTime"
|
||||
fixed="left"
|
||||
:title="$t('m.TotalTime')"
|
||||
min-width="80"
|
||||
>
|
||||
|
|
|
@ -88,7 +88,6 @@
|
|||
<vxe-table-column
|
||||
field="totalScore"
|
||||
:title="$t('m.Total_Score')"
|
||||
fixed="left"
|
||||
min-width="100"
|
||||
>
|
||||
<template v-slot="{ row }">
|
||||
|
|
Loading…
Reference in New Issue