From bf9758043cb910259950dea173ff70c2f73c0c6d Mon Sep 17 00:00:00 2001
From: jscyl13849007907 <13849007907@163.com>
Date: Thu, 23 Jan 2025 11:20:40 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/FirstJob/components/promotion.vue | 113 +++++++++++++++++++++++
src/components/FirstJob/joblist.vue | 18 +++-
2 files changed, 127 insertions(+), 4 deletions(-)
create mode 100644 src/components/FirstJob/components/promotion.vue
diff --git a/src/components/FirstJob/components/promotion.vue b/src/components/FirstJob/components/promotion.vue
new file mode 100644
index 0000000..b3d2e69
--- /dev/null
+++ b/src/components/FirstJob/components/promotion.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+

+
+
+
{{item.title}}
+
{{ item.subtitle }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue
index 7f1352b..0a279be 100644
--- a/src/components/FirstJob/joblist.vue
+++ b/src/components/FirstJob/joblist.vue
@@ -375,8 +375,8 @@
-->
-
-
+
-
+
我的日历
@@ -883,6 +883,10 @@
-->
+
+
@@ -917,6 +921,7 @@ import $ from "jquery";
import { moneyToFixed, getSalaryClassifyValue, isNotEmptyCheck, disposeJobListData, setReturnFee,setJobInfoPosition } from "../../utils/commonUtil";
import recommend from "@/components/FirstJob/components/recommend.vue";
+import promotion from "@/components/FirstJob/components/promotion.vue";
import { nationlist } from "../../utils/datalist";
import Clipboard from "clipboard";
// 报名弹窗
@@ -934,6 +939,7 @@ export default {
components: {
recommend,
recordModal,
+ promotion
// recordbill,
},
// 组件参数 接收来自父组件的数据
@@ -2905,7 +2911,7 @@ export default {
margin-top: 10px;
background-color: #f0f0f0;
.maincontentleft {
- width: 800px;
+ // width: 800px;
margin-right: 16px;
text-align: left;
position: relative;
@@ -3254,6 +3260,10 @@ export default {
// }
// }
}
+ .rightCard{
+ width: 302px;
+ margin-top: 8px;
+ }
.maincontentright {
width: 240px;
position: relative;