|
@@ -16,9 +16,9 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 滚动区域 -->
|
|
<!-- 滚动区域 -->
|
|
- <div class="pa-3 white-bgc" style="height: 300px; border-radius: 5px; width: 260px;">
|
|
|
|
|
|
+ <!-- <div class="pa-3 white-bgc" style="height: 300px; border-radius: 5px; width: 260px;">
|
|
<bountyDisplay></bountyDisplay>
|
|
<bountyDisplay></bountyDisplay>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -32,7 +32,7 @@ import {
|
|
getHireJobCvRelPage
|
|
getHireJobCvRelPage
|
|
} from '@/api/publicRecruitment'
|
|
} from '@/api/publicRecruitment'
|
|
import TablePage from './components/table.vue'
|
|
import TablePage from './components/table.vue'
|
|
-import bountyDisplay from './components/bountyDisplay.vue'
|
|
|
|
|
|
+// import bountyDisplay from './components/bountyDisplay.vue'
|
|
|
|
|
|
const active = ref(0)
|
|
const active = ref(0)
|
|
|
|
|