付延余
2022-04-26 09f41d210c0d38bb9058f1de7605e6a8d445bd21
src/pages/components/juminYanglaoBaoxian/baoxianForm.vue
@@ -1,6 +1,7 @@
<template>
  <div class="baoxianForm-wrap" :style="{paddingTop : paddingTop + 'rem'}">
    <el-table
      :max-height="tableHeight"
      border
      style="width: 100%"
      :data="tableData">
@@ -76,6 +77,7 @@
<script>
    import {getInsuranceTable} from '@/api/shehuiBaozhang'
    import nowSize from "../../../libs/nowSize";
    export default {
        name: "baoxianForm",
        props: {
@@ -92,7 +94,8 @@
        },
        data() {
            return {
                tableData:[]
                tableData:[],
                tableHeight: window.innerHeight - nowSize(230)
            }
        },
        mounted() {