From 357231819223f9241077700ed692f9b5fc58f02c Mon Sep 17 00:00:00 2001 From: zhaojiale <631455805@qq.com> Date: 星期五, 16 九月 2022 16:40:50 +0800 Subject: [PATCH] 设备照片回显问题 --- src/views/accidentManagementSystem/workInjuryDeclaration/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue b/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue index 00a7afa..828bd50 100644 --- a/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue +++ b/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue @@ -60,8 +60,8 @@ <el-table-column prop="accidentName" label="事故名称" show-overflow-tooltip sortable></el-table-column> <el-table-column label="工伤类型" show-overflow-tooltip sortable> <template #default="scope"> - <span v-if="scope.row.workInjuryType==1">轻微伤</span> - <span v-if="scope.row.workInjuryType==2">轻伤</span> + <span v-if="scope.row.workInjuryType==1">轻伤</span> + <span v-if="scope.row.workInjuryType==2">重伤</span> </template> </el-table-column> <el-table-column prop="declareDate" label="申报日期" show-overflow-tooltip sortable></el-table-column> @@ -394,4 +394,4 @@ min-width: 30px; border-radius: 2px; } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.2