From 49206ee0689d44367b9f5de3decf0c3ec02bfb51 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期二, 15 四月 2025 10:56:18 +0800 Subject: [PATCH] update --- src/views/ecg/checktype/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/ecg/checktype/index.vue b/src/views/ecg/checktype/index.vue index 61bc8d1..84681eb 100644 --- a/src/views/ecg/checktype/index.vue +++ b/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> @@ -191,6 +191,7 @@ import { CheckTypeApi, CheckTypeVO } from '@/api/ecg/checktype' import CheckTypeForm from './CheckTypeForm.vue' import {useCheckTypeStore} from "@/store/modules/checkType"; +import {getCheckTypeName} from "../../../utils/checkTypeFormatter"; /** 妫�鏌ョ被鍨� 鍒楄〃 */ defineOptions({ name: 'CheckType' }) @@ -283,4 +284,4 @@ onMounted(() => { getList() }) -</script> \ No newline at end of file +</script> -- Gitblit v1.9.3