修改功能

This commit is contained in:
2025-12-24 10:04:07 +08:00
parent d65b8e4bff
commit d566d55bc6
6 changed files with 11 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Date: 2025-10-16 15:15:47
* @LastEditors: shirlwang
* @LastEditTime: 2025-11-06 16:09:23
* @LastEditTime: 2025-12-24 09:53:12
-->
<template>
<view>
@@ -572,6 +572,7 @@ view{box-sizing: border-box;display: block;}
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
.name{
font-size: 32rpx;
display: flex;

View File

@@ -1,7 +1,7 @@
<!--
* @Date: 2024-10-08 14:29:36
* @LastEditors: shirlwang
* @LastEditTime: 2025-11-04 16:18:56
* @LastEditTime: 2025-12-24 09:41:00
-->
<template>
<view>
@@ -78,9 +78,9 @@
<view class="part-title" style="margin-top: 32rpx;">人员推荐记录</view>
<view class="inner-part">
<view v-for="(item, index) in tuijianList" :key="index" class="job-list">
<view>{{ item.postName }}</view>
<view style="color: #8492a6;margin-top: 7rpx;">工种{{item.recruitWorkTypeName}}</view>
<view style="color: #8492a6;margin-top: 7rpx;">单位名称{{item.unitName}}</view>
<view>{{ item.jobTitle }}</view>
<view style="color: #8492a6;margin-top: 7rpx;">工种{{item.jobCategory}}</view>
<view style="color: #8492a6;margin-top: 7rpx;">单位名称{{item.companyName}}</view>
<view class="del-btn" @click="removeTuijian(item)">删除</view>
</view>
<img v-if="!tuijianList.length" src="https://rc.jinan.gov.cn/qcwjyH5/static/images/person/empty.png"