mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
bugfix
This commit is contained in:
+1
-1
@@ -4264,7 +4264,7 @@ CefSharp.BindObjectAsync(
|
|||||||
filterFn: (row, filter) => filter.value.some((v) => v === row.type)
|
filterFn: (row, filter) => filter.value.some((v) => v === row.type)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'detail',
|
prop: 'data',
|
||||||
value: ''
|
value: ''
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
+1
-1
@@ -154,7 +154,7 @@ html
|
|||||||
span {{ scope.row.created_at | formatDate('YYYY-MM-DD HH24:MI:SS') }}
|
span {{ scope.row.created_at | formatDate('YYYY-MM-DD HH24:MI:SS') }}
|
||||||
span {{ scope.row.created_at | formatDate('HH24:MI') }}
|
span {{ scope.row.created_at | formatDate('HH24:MI') }}
|
||||||
el-table-column(label="Type" prop="type" width="120")
|
el-table-column(label="Type" prop="type" width="120")
|
||||||
el-table-column(label="Detail")
|
el-table-column(label="Detail" prop="data")
|
||||||
template(v-once #default="scope")
|
template(v-once #default="scope")
|
||||||
location(v-if="scope.row.type === 'Location'" :location="scope.row.data")
|
location(v-if="scope.row.type === 'Location'" :location="scope.row.data")
|
||||||
span.x-link(v-else v-text="scope.row.data" @click="lookupUser(scope.row.data)")
|
span.x-link(v-else v-text="scope.row.data" @click="lookupUser(scope.row.data)")
|
||||||
|
|||||||
Reference in New Issue
Block a user