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>(), {