| | |
| | | </el-table-column> |
| | | <el-table-column width="100" prop="reportMaterials" label="报案材料"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.reportMaterials === null ? "未提交" : "已提交" }}</span> |
| | | <span>{{ scope.row.reportMaterials === null||scope.row.reportMaterials === '' ? "未提交" : "已提交" }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column width="200" prop="reportTime" label="报案时间"> |
| | | <el-table-column width="200" prop="ctime" label="报案时间"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.reportTime === null ? "2022-07-12 10:32:56" : scope.row.reportTime }}</span> |
| | | <span>{{ scope.row.ctime === null ? "2022-07-12 10:32:56" : scope.row.ctime }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="操作"> |