| | |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" width="140" /> |
| | | <el-table-column show-overflow-tooltip prop="applayDate" label="社保申请日期" min-width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="proposer" label="申请人" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="insuranceGaers" :formatter="insuranceGaersFormat" label="社保档位" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="insuranceGaers" :formatter="insuranceGaersFormat" label="保险类型" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="reportStatus" :formatter="reportStatusFormat" label="是否已报告" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="applayStatus" :formatter="applayStatusFormat" label="状态" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="auditor" label="审核人" width="80" /> |
| | |
| | | }, |
| | | mounted() { |
| | | setTimeout(() => { |
| | | this.getDicts('insuranceGaers').then(response => { |
| | | this.getDicts('INSURANCETYPE').then(response => { |
| | | this.insuranceGaersOptions = response.data |
| | | }) |
| | | this.getDicts('applayStatus').then(response => { |