This commit is contained in:
wangchengming 2025-10-17 13:44:11 +08:00
parent 5a2b6f9b8a
commit 84eb4c53d3

View File

@ -51,7 +51,7 @@
<template #default="scope">
<span v-if="scope.row.expireFlag == 0">长期</span>
<template v-else>
<span v-if="scope.row.expireTime"> {{ moment(scope.row.startTime).format('YYYY-MM-DD') }}</span>
<span v-if="scope.row.expireTime"> {{ moment(scope.row.expireTime).format('YYYY-MM-DD') }}</span>
<span v-else>-</span>
</template>
</template>