瀏覽代碼

滚动展示

lifanagju_citu 11 月之前
父節點
當前提交
650f12b53d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/personal/myPublicRecruitment/myRecommendation.vue

+ 2 - 1
src/views/personal/myPublicRecruitment/myRecommendation.vue

@@ -17,13 +17,14 @@
     </div>
     </div>
     <!-- 滚动区域 -->
     <!-- 滚动区域 -->
     <div class="pa-3 white-bgc" style="height: 300px; border-radius: 5px; width: 360px;">
     <div class="pa-3 white-bgc" style="height: 300px; border-radius: 5px; width: 360px;">
-      滚动区域
+      <bountyDisplay></bountyDisplay>
     </div>
     </div>
   </div>
   </div>
 </template>
 </template>
 
 
 <script setup>
 <script setup>
 import TablePage from './components/table.vue'
 import TablePage from './components/table.vue'
+import bountyDisplay from './components/bountyDisplay.vue'
 import { ref } from 'vue'
 import { ref } from 'vue'
 defineOptions({name: 'defineOptions-name'})
 defineOptions({name: 'defineOptions-name'})
 // 数据统计
 // 数据统计