|
@@ -113,9 +113,10 @@
|
|
{{ authenticationStatusFilter(row[col.colKey]) }}
|
|
{{ authenticationStatusFilter(row[col.colKey]) }}
|
|
</template>
|
|
</template>
|
|
<template #remain-day="{ row }">
|
|
<template #remain-day="{ row }">
|
|
- <span>
|
|
|
|
|
|
+ <span v-if="row.authenticationValidTime">
|
|
{{ dayCountFilter(row.authenticationValidTime - Date.now()) }}天
|
|
{{ dayCountFilter(row.authenticationValidTime - Date.now()) }}天
|
|
</span>
|
|
</span>
|
|
|
|
+ <span v-else>-</span>
|
|
</template>
|
|
</template>
|
|
<template #photo="{ col, row }">
|
|
<template #photo="{ col, row }">
|
|
<t-image
|
|
<t-image
|