fangyuan
2022-12-26 81a110ce9a42925405e3de67408ba3bb41a68cf9
src/views/cause/Entry.vue
@@ -261,12 +261,12 @@
            </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="操作">