BUG 优化

dev
xiepeng 2024-04-30 17:54:33 +08:00
parent df25c3b3f8
commit 9f7a11dd3b
3 changed files with 3 additions and 3 deletions

View File

@ -85,8 +85,8 @@ export const INSURANCEMENU = [
export const DUE_STATUS_LIST = [ export const DUE_STATUS_LIST = [
// 到期状态 // 到期状态
{ ID: "1", NAME: "未到期" },
{ ID: "0", NAME: "已到期" }, { ID: "0", NAME: "已到期" },
{ ID: "1", NAME: "未到期" },
{ ID: "2", NAME: "即将到期" }, { ID: "2", NAME: "即将到期" },
]; ];

View File

@ -165,7 +165,7 @@
> >
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="REVERT" label="到期状态" width="75"> <el-table-column prop="REVERT" label="到期状态" width="88">
<template #default="{ row }"> <template #default="{ row }">
<el-tag v-if="row.REVERT === '1'" type="success" <el-tag v-if="row.REVERT === '1'" type="success"
>未到期</el-tag >未到期</el-tag

View File

@ -134,7 +134,7 @@
</el-tag> </el-tag>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="REVERT" label="到期状态" width="80"> <el-table-column prop="REVERT" label="到期状态" width="88">
<template #default="{ row }"> <template #default="{ row }">
<el-tag v-if="row.REVERT === '1'" type="success" <el-tag v-if="row.REVERT === '1'" type="success"
>未到期 >未到期