|
@@ -29,7 +29,7 @@
|
|
|
<span>{{ row.effective_day_count === -1 ? '永久' : `${row.effective_day_count}天` }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="到期剩余天数" width="140">
|
|
|
+ <el-table-column label="到期截止日期" width="140">
|
|
|
<template slot-scope="{ row }">
|
|
|
<span :style="{ color: row.is_disabled === 'true' ? '#CA0000' : '' }">
|
|
|
{{ row.is_disabled === 'true' ? '已废弃' : formateDate(row.effective_end_date) }}
|