| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="accidentId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredTime" label="受伤日期" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredAddress" label="受伤地点" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredTime" label="受伤日期" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredAddress" label="受伤地点" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredPart" label="受伤部位" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredDescribe" label="受伤经过描述" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredDiacrisis" label="意外险诊断" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospitalName" label="就诊医院" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="treatmentName" label="就诊科室" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospitalizatioFlag" label="是否住院" width="60" :formatter="hospitalizatioFlagFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospitalName" label="就诊医院" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="treatmentName" label="就诊科室" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospitalizatioFlag" label="是否住院" width="100" :formatter="hospitalizatioFlagFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="bedNumb" label="床号" width="60" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reprotTime" label="报案时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="submitTime" label="递交资料时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reprotTime" label="报案时间" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="submitTime" label="递交资料时间" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="sbumitBy" label="递交人" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="expensesFee" label="医疗总费用" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="innsureFee" label="保险赔付费用" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="expensesFee" label="医疗总费用" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="innsureFee" label="保险赔付费用" width="120" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="accidentCasesDatatotal>0" |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="occupationalId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredTime" label="受伤日期" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredAddress" label="受伤地点" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredPart" label="受伤部位" width="80" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredTime" label="受伤日期" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredAddress" label="受伤地点" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredPart" label="受伤部位" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredDescribe" label="受伤经过描述" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredDiacrisis" label="工伤诊断" width="80" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospitalName" label="就诊医院" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="treatmentName" label="就诊科室" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospitalizatioFlag" label="是否住院" width="80" :formatter="hospitalizatioFlagFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredDiacrisis" label="工伤诊断" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospitalName" label="就诊医院" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="treatmentName" label="就诊科室" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospitalizatioFlag" label="是否住院" width="100" :formatter="hospitalizatioFlagFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="bedNumb" label="床号" width="60" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reportTime" label="报案时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="submitTime" label="递交资料时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="sbumitBy" label="递交人" width="80" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="expensesFee" label="医疗总费用" width="80" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="compensated" label="已赔付医药费用" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reportTime" label="报案时间" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="submitTime" label="递交资料时间" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="sbumitBy" label="递交人" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="expensesFee" label="医疗总费用" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="compensated" label="已赔付医药费用" width="120" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="occupationalDatatotal>0" |