feat(memberRetailRegion): 展示失效时间

This commit is contained in:
woody 2025-07-28 15:41:21 +08:00
parent 0b78ad661b
commit 2c0104e499
1 changed files with 11 additions and 0 deletions

View File

@ -185,10 +185,21 @@
:label="$t('创建时间')"
width="160"
/>
<el-table-column
align="center"
prop="effectiveEndDate"
label="失效时间"
width="160"
>
<template slot-scope="scope">
{{ scope.row.effective === 1 ? scope.row.effectiveEndDate : '--' }}
</template>
</el-table-column>
<el-table-column
align="center"
prop="modifiedTime"
:label="$t('修改时间')"
width="160"
/>
<el-table-column align="center" :label="'操作'" width="150">