This commit is contained in:
姚宇浩 2024-08-09 16:03:08 +08:00
parent 98a7d30764
commit b9c6d50149
1 changed files with 3 additions and 4 deletions

View File

@ -135,8 +135,8 @@
<div v-else>职工基本医疗保险</div>
</div>
<!-- 养老金类型 -->
<div v-if="item.property == 'yljffje'">
<div v-if="scope.row.yljffje == 0">城乡居民养老金</div>
<div v-if="item.property == 'yljlx'">
<div v-if="scope.row.yljlx == 0">城乡居民养老金</div>
<div v-else>职工养老金</div>
</div>
</template>
@ -332,7 +332,7 @@ const dataMyTag = reactive({
//
const pagination = reactive({
current: 1,
pageSize: 5,
pageSize: 10,
total: 50,
showTotal: 0,
});
@ -479,7 +479,6 @@ const columnsList = reactive({
{
label: "养老金发放金额",
property: "yljffje",
type: "slot",
},
{
label: "养老金发放日期",