This commit is contained in:
parent
98a7d30764
commit
b9c6d50149
|
@ -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: "养老金发放日期",
|
||||
|
|
Loading…
Reference in New Issue