mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
attendance ranking
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
<el-table-column
|
||||
prop=""
|
||||
label="Username"
|
||||
width="120"
|
||||
:formatter="formatColumnUsername"
|
||||
>
|
||||
</el-table-column>
|
||||
@@ -63,7 +64,6 @@
|
||||
<el-table-column
|
||||
prop=""
|
||||
label="Torrent"
|
||||
width="300"
|
||||
>
|
||||
<template #default="scope">
|
||||
<a class="text-one-line" :title="scope.row.torrent.name" :href="scope.row.torrent.details_url" target="_blank">{{scope.row.torrent.name}}</a>
|
||||
@@ -73,7 +73,7 @@
|
||||
<el-table-column
|
||||
prop=""
|
||||
label="Uploaded"
|
||||
width="180"
|
||||
width="200"
|
||||
:formatter="formatColumnUploaded"
|
||||
>
|
||||
</el-table-column>
|
||||
@@ -81,7 +81,7 @@
|
||||
<el-table-column
|
||||
prop=""
|
||||
label="Downloaded"
|
||||
width="180"
|
||||
width="200"
|
||||
:formatter="formatColumnDownloaded"
|
||||
>
|
||||
</el-table-column>
|
||||
@@ -111,12 +111,6 @@
|
||||
width="70"
|
||||
></el-table-column>
|
||||
|
||||
<el-table-column
|
||||
prop="created_at"
|
||||
label="Created at"
|
||||
width="160"
|
||||
></el-table-column>
|
||||
|
||||
<el-table-column
|
||||
label="Action"
|
||||
width="120"
|
||||
|
||||
Reference in New Issue
Block a user