src/views/safeProduction/dangerInvestigation/index.vue
@@ -69,7 +69,11 @@ show-overflow-tooltip /> <el-table-column label="上报时间" prop="createTime" show-overflow-tooltip /> show-overflow-tooltip > <template #default="scope"> {{ scope.row.createTime ? scope.row.createTime.split(' ')[0] : '-' }} </template> </el-table-column> <el-table-column label="整改完成期限" prop="rectifyTime" width="120" @@ -160,7 +164,7 @@ <el-form-item label="隐患编号:" prop="hiddenCode"> <el-input v-model="form.hiddenCode" placeholder="自动生成" placeholder="保存后自动生成" disabled clearable /> </el-form-item>