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() {