| | |
| | | <el-table-column show-overflow-tooltip prop="sbumitBy" label="递交人" width="60" /> |
| | | <el-table-column show-overflow-tooltip prop="expensesFee" label="医疗总费用" width="60" /> |
| | | <el-table-column show-overflow-tooltip prop="compensated" label="已赔付医药费用" width="60" /> |
| | | <el-table-column show-overflow-tooltip prop="settleStatusName" label="是否结案" width="60" /> |
| | | </el-table> |
| | | <el-table |
| | | v-show="showArr[11].show" |
| | |
| | | creator: '', |
| | | modifyTime: '', |
| | | modifier: '', |
| | | delFlag: '', |
| | | delFlag: '2', |
| | | empStatus: 0, |
| | | version: '' |
| | | }, |
| | |
| | | this.accidentCasesForm.innsureFee = row.innsureFee |
| | | this.accidentCasesForm.hrDoDate = row.hrDoDate |
| | | this.accidentCasesForm.settleDate = row.settleDate |
| | | this.accidentCasesForm.settleStatus = row.settleStatus |
| | | this.accidentCasesForm.settleStatus = row.settleStatus + '' |
| | | this.accidentCasesForm.remark = row.remark |
| | | this.accidentCasesForm.createTime = row.createTime |
| | | this.accidentCasesForm.creator = row.creator |
| | |
| | | this.occupationalForm.companySubsidy = row.companySubsidy |
| | | this.occupationalForm.companyCompensation = row.companyCompensation |
| | | this.occupationalForm.jobSubsidy = row.jobSubsidy |
| | | this.occupationalForm.settleStatus = row.settleStatus |
| | | this.occupationalForm.settleStatus = row.settleStatus + '' |
| | | this.occupationalForm.createTime = row.createTime |
| | | this.occupationalForm.creator = row.creator |
| | | this.occupationalForm.modifyTime = row.modifyTime |