src/views/ecg/checktype/index.vue
@@ -147,7 +147,7 @@ <el-table-column label="亲和的检查类型" align="center" prop="affinityCheckTypes" > <template #default="scope"> <div v-for="(checkType, subIndex) in scope.row.affinityCheckTypes" :key="subIndex"> {{checkTypeStore.getCheckTypeName(checkType)}} {{getCheckTypeName(checkType)}} </div> </template> </el-table-column>