From 02193ae203da515afd55bd9d9e1215abbbf8315b Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 27 十月 2025 15:35:00 +0800
Subject: [PATCH] fix: bug
---
apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue b/apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue
index cc5a2dc..2736931 100644
--- a/apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue
+++ b/apps/bMiniApp/src/components/JobDetailContent/components/curriculumView.vue
@@ -51,6 +51,11 @@
:text="weight && `${weight} kg`"
:label-width="labelWidth"
></CurriculumViewItem>
+ <CurriculumViewItem
+ label="闉嬬爜锛�"
+ :text="shoeSize && `${shoeSize} kg`"
+ :label-width="labelWidth"
+ ></CurriculumViewItem>
<CurriculumViewItem label="涓汉鐓х墖锛�">
<nut-grid
square
@@ -113,6 +118,7 @@
height?: number;
/** 浣撻噸 */
weight?: number;
+ shoeSize?: number;
};
const props = withDefaults(defineProps<Props>(), {
--
Gitblit v1.9.1