zhaojiale
2022-09-16 357231819223f9241077700ed692f9b5fc58f02c
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>
</style>