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 | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/ecg/checktype/index.vue b/src/views/ecg/checktype/index.vue index 9caa1a4..84681eb 100644 --- a/src/views/ecg/checktype/index.vue +++ b/src/views/ecg/checktype/index.vue @@ -142,10 +142,12 @@ <el-table-column label="鏄惁闇�瑕佺‘璐�" align="center" prop="expenseRecognition" /> <el-table-column label="鏃舵棰勭害瑙勫畾浜烘暟" align="center" prop="timeslotBookNum" /> <el-table-column label="姣忔椂娈甸鐣欎汉鏁�" align="center" prop="timeslotReservedNum" /> + <el-table-column label="棰勭害娉ㄦ剰浜嬮」" align="center" prop="notes" /> + <el-table-column label="搴忓彿鍓嶇紑" align="center" prop="seqPrefix" /> <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> @@ -189,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' }) @@ -281,4 +284,4 @@ onMounted(() => { getList() }) -</script> \ No newline at end of file +</script> -- Gitblit v1.9.3