From c7c4a5f345f3fa0cf5d5b9ce90ee96f371bc8c54 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 14 八月 2025 11:27:56 +0800 Subject: [PATCH] fix: 灵工管理 --- apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue b/apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue index 7946288..6b4a5f0 100644 --- a/apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue +++ b/apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue @@ -51,12 +51,12 @@ <CellChunk title="璇︾粏淇℃伅"> <CurriculumViewItem label="韬珮锛�" - :text="`${height} cm`" + :text="height && `${height} cm`" :label-width="labelWidth" ></CurriculumViewItem> <CurriculumViewItem label="浣撻噸锛�" - :text="`${weight} kg`" + :text="weight && `${weight} kg`" :label-width="labelWidth" ></CurriculumViewItem> <CurriculumViewItem label="涓汉鐓х墖锛�"> -- Gitblit v1.9.1