From 0183fe3e61e0575f4f00a9734b07cedee5949cb4 Mon Sep 17 00:00:00 2001 From: 13684185576 <2731628804@qq.com> Date: Wed, 22 Oct 2025 23:02:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/enterpriseEmploymentCard.vue | 16 +++++++++++----- src/views/recruitment/index.vue | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/recruitment/components/enterpriseEmploymentCard.vue b/src/views/recruitment/components/enterpriseEmploymentCard.vue index 83690c0..4afcb91 100644 --- a/src/views/recruitment/components/enterpriseEmploymentCard.vue +++ b/src/views/recruitment/components/enterpriseEmploymentCard.vue @@ -33,6 +33,14 @@ const props = defineProps({ count: "", class: "" }) + }, + type3: { + type: Object, + default: () => ({ + title: "", + count: "", + class: "" + }) } }); @@ -53,9 +61,9 @@ const props = defineProps({
{{ type2.title }}
{{ type2.count }}
-
-
{{ type2.title }}
-
{{ type2.count }}
+
+
{{ type3.title }}
+
{{ type3.count }}
@@ -120,8 +128,6 @@ const props = defineProps({ padding-top: 0.8vw; padding-left: 3.2vw; text-align: left; - // background: url("~@/assets/recruitment/model2.svg") no-repeat; - // background-size: auto 100%; width: 7vw; height: 4.167vw; } diff --git a/src/views/recruitment/index.vue b/src/views/recruitment/index.vue index a4e07d2..05e170f 100644 --- a/src/views/recruitment/index.vue +++ b/src/views/recruitment/index.vue @@ -32,6 +32,7 @@ :description="cardTwoInfo.description" :type1="cardTwoInfo.type1" :type2="cardTwoInfo.type2" + :type3="cardTwoInfo.type3" style="margin-top: 0.625vw" >