diff --git a/sub-operation-service/src/assets/images/1.png b/sub-operation-service/src/assets/images/5.png similarity index 100% rename from sub-operation-service/src/assets/images/1.png rename to sub-operation-service/src/assets/images/5.png diff --git a/sub-operation-service/src/assets/images/2.png b/sub-operation-service/src/assets/images/6.png similarity index 100% rename from sub-operation-service/src/assets/images/2.png rename to sub-operation-service/src/assets/images/6.png diff --git a/sub-operation-service/src/assets/images/3.png b/sub-operation-service/src/assets/images/7.png similarity index 100% rename from sub-operation-service/src/assets/images/3.png rename to sub-operation-service/src/assets/images/7.png diff --git a/sub-operation-service/src/assets/images/gr.jpg b/sub-operation-service/src/assets/images/gr.jpg new file mode 100644 index 0000000..44e8760 Binary files /dev/null and b/sub-operation-service/src/assets/images/gr.jpg differ diff --git a/sub-operation-service/src/assets/images/zj.png b/sub-operation-service/src/assets/images/zj.png new file mode 100644 index 0000000..afff5c0 Binary files /dev/null and b/sub-operation-service/src/assets/images/zj.png differ diff --git a/sub-operation-service/src/router/index.js b/sub-operation-service/src/router/index.js index 3a22efb..c3a62d1 100644 --- a/sub-operation-service/src/router/index.js +++ b/sub-operation-service/src/router/index.js @@ -200,48 +200,79 @@ export const constantRoutes = [ path: '/sub-operation-service/farmService', component: Layout, name: 'farmService', - redirect: '/sub-operation-service/farmService/consult/policy', + redirect: '/sub-operation-service/farmService/consult/laborServices', meta: { title: '农事服务' }, children: [ { path: 'consult', component: Views, - redirect: '/sub-operation-service/farmService/consult/policy', + redirect: '/sub-operation-service/farmService/consult/laborServices', name: 'farmServiceMain', - meta: { title: '农事咨询' }, + meta: { title: '农事' }, children: [ + // { + // path: 'policy', + // component: Views, + // name: 'farmPolicys', + // meta: { title: '劳务用工' }, + // children: [ + // { + // path: '', + // component: () => import('@/views/farmingService/farmingConsult/index.vue'), + // name: 'farmPolicy', + // meta: { title: '农业政策', hideInBread: true }, + // }, + // { + // path: 'detail', + // component: () => import('@/views/farmingService/farmingConsult/policyDetail.vue'), + // name: 'farmPolicyDetail', + // meta: { title: '农业政策详情' }, + // }, + // ], + // }, { - path: 'policy', - component: Views, - name: 'farmPolicys', - meta: { title: '农业政策' }, - children: [ - { - path: '', - component: () => import('@/views/farmingService/farmingConsult/index.vue'), - name: 'farmPolicy', - meta: { title: '农业政策', hideInBread: true }, - }, - { - path: 'detail', - component: () => import('@/views/farmingService/farmingConsult/policyDetail.vue'), - name: 'farmPolicyDetail', - meta: { title: '农业政策详情' }, - }, - ], + path: 'laborServices', + component: () => import('@/views/farmingService/farmingConsult/laborServices.vue'), + // component: Views, + name: 'laborServices', + meta: { title: '劳务用工' }, }, { - path: 'technology', - component: () => import('@/views/farmingService/farmingConsult/farmingTec.vue'), - name: 'farmTechnology', - meta: { title: '农事技术' }, + path: 'laborServicesDel', + component: () => import('@/views/farmingService/farmingConsult/laborServicesDel.vue'), + name: 'laborServicesDel', + meta: { title: '劳务用工详情页' }, }, { - path: 'situation', - component: () => import('@/views/farmingService/farmingConsult/situation.vue'), - name: 'farmSituation', - meta: { title: '市场行情' }, + path: 'agriculturalMachinery', + component: () => import('@/views/farmingService/farmingConsult/agriculturalMachinery.vue'), + name: 'agriculturalMachinery', + meta: { title: '农机服务' }, }, + { + path: 'agriculturalTechnology', + component: () => import('@/views/farmingService/farmingConsult/agriculturalTechnology.vue'), + name: 'agriculturalTechnology', + meta: { title: '农技服务' }, + }, + { + path: 'agriculturalTechnologyDel', + component: () => import('@/views/farmingService/farmingConsult/agriculturalTechnologyDel.vue'), + name: 'agriculturalTechnologyDel', + meta: { title: '农技服务详情页' }, + }, + // { + // path: 'technology', + // component: () => import('@/views/farmingService/farmingConsult/farmingTec.vue'), + // name: 'farmTechnology', + // meta: { title: '农事技术' }, + // }, + // { + // path: 'situation', + // component: () => import('@/views/farmingService/farmingConsult/situation.vue'), + // name: 'farmSituation', + // meta: { title: '市场行情' }, + // }, ], }, ], diff --git a/sub-operation-service/src/views/farmingService/components/leftMenu.vue b/sub-operation-service/src/views/farmingService/components/leftMenu.vue index f74fd65..103e1a8 100644 --- a/sub-operation-service/src/views/farmingService/components/leftMenu.vue +++ b/sub-operation-service/src/views/farmingService/components/leftMenu.vue @@ -49,29 +49,29 @@ const router = useRouter(); const leftMenu = reactive([ { name: 'inspection', - title: '农事资讯', + title: '农事', icon: 'menu1.png', path: '', isOpen: false, children: [ { - name: 'farmPolicy', - title: '农业政策资讯', + name: 'laborServices', + title: '劳务用工', icon: 'menu1.png', - path: '/sub-operation-service/farmService/consult/policy', + path: '/sub-operation-service/farmService/consult/laborServices', + }, + { + name: 'agriculturalMachinery', + title: '农机服务', + icon: 'menu1.png', + path: '/sub-operation-service/farmService/consult/agriculturalMachinery', + }, + { + name: 'agriculturalTechnology', + title: '农技服务', + icon: 'menu1.png', + path: '/sub-operation-service/farmService/consult/agriculturalTechnology', }, - // { - // name: 'farmTechnology', - // title: '农事技术', - // icon: 'menu1.png', - // path: '/sub-operation-service/farmService/consult/technology', - // }, - // { - // name: 'farmSituation', - // title: '市场行情', - // icon: 'menu1.png', - // path: '/sub-operation-service/farmService/consult/situation', - // }, ], }, // { diff --git a/sub-operation-service/src/views/farmingService/farmingConsult/agriculturalMachinery.vue b/sub-operation-service/src/views/farmingService/farmingConsult/agriculturalMachinery.vue new file mode 100644 index 0000000..5707ecc --- /dev/null +++ b/sub-operation-service/src/views/farmingService/farmingConsult/agriculturalMachinery.vue @@ -0,0 +1,269 @@ + + + + + + + 整机类型 + 全部 + 收割机 + 插秧机 + 播种机 + 烘干机 + 喷雾机 + 饲料机 + 拖拉机 + 其他 + + + 地理位置 + + + + + + + + + 用车时间 + + + + + + + + + 价格区间 + + + + ~ + + + + + + + + + + + + + + + + {{ item.title }} + + {{ item.subtext }} + + + + {{ item.price }}元/天 + + 可用时间:{{ item.time }} + + + + + + {{ item.name }} + + 立即预约 + + + + + + + + + + + + + + diff --git a/sub-operation-service/src/views/farmingService/farmingConsult/agriculturalTechnology.vue b/sub-operation-service/src/views/farmingService/farmingConsult/agriculturalTechnology.vue new file mode 100644 index 0000000..7d7c416 --- /dev/null +++ b/sub-operation-service/src/views/farmingService/farmingConsult/agriculturalTechnology.vue @@ -0,0 +1,267 @@ + + + + + + + 分类 + 离畜养殖 + 水果种植 + 粮油作物种植 + 苗木花草种植 + 经济作物种植 + 蔬菜种植 + + + + 排序方式 + 咨询量从高到低 + 回复量从高到低 + 有用量从高到低 + + + + + + + + + + + + + + + {{ item.title }} + + {{ item.subtext }} + + + {{ item.time }} + + + {{ item.content }} + + + + {{ items.title }} + + + + {{ item.range }} + + + + + 查看 + + + + + + + + + + + + + diff --git a/sub-operation-service/src/views/farmingService/farmingConsult/agriculturalTechnologyDel.vue b/sub-operation-service/src/views/farmingService/farmingConsult/agriculturalTechnologyDel.vue new file mode 100644 index 0000000..92920f4 --- /dev/null +++ b/sub-operation-service/src/views/farmingService/farmingConsult/agriculturalTechnologyDel.vue @@ -0,0 +1,380 @@ + + + + + + + 金牌 + 急聘 + + + + 农业专业林老师 + 云南省临沧市耿马新城村 种植 发布于5天前 + + + 220/天 + 立即申请 + + + + + + + + + 服务年限 + 10年 + + + + + + + + 完成订单 + 128单 + + + + + + + + 平均评分 + 5.0 + + + + + 技能描述 + + 本人从事水稻种植工作已有10年,拥有丰富的水稻种植经验,熟悉水稻从选种、育秧、移栽到收割的全过程。 + 擅长解决水稻种植过程中的各种病虫害问题,能够根据不同的土壤条件和气候特点,制定科学合理的种植方案。 + 可提供水稻种植技术指导、病虫害防治、田间管理等服务,保证水稻的产量和质量。 + + + + 服务内容 + + 水稻品种选择与推荐 + 指导 + + + 稻田管理与施肥 + 防治 + + + 收割与储存建议 + 植物技术指导 + + + + + + 服务流程 + + + + + + 需求沟通 + 详细了解您的种植需求和田间情况 + + + + + + + + 方案制定 + 根据您的需求和实际情况,制定详细的服务方案 + + + + + + + + 签订协议 + 双方确认服务方案,签订服务协议 + + + + + + + + 服务实施 + 按照协议约定的时间和内容,提供专业的种植服务 + + + + + + + + 验收评价 + 服务完成后,进行验收并提供服务评价 + + + + + + + 服务案例 + + + + + 岳池县稻田增产案例 + + 通过科学的种植管理,帮助农户水稻增产20%,获得农户一致好评。 + + + + + + 邻水县病虫害防治案例 + + 有效防治水稻稻瘟病,避免了农户的经济损失,得到当地政府的认可。 + + + + + + 邻水县稻田增产案例 + + 通过科学的种植管理,帮助农户水稻增产20%,获得农户一致好评。 + + + + + + 客户评价 + + + + + + + 刘老板 + + 2025-03-10 + + + + 水稻种植技术非常专业,帮我解决了多年的水稻产量低问题,今年产量比去年增加了20%,非常感谢!服务态度也 很好,有问必答,非常耐心。 + + + + + + + + + 王老板 + + 2025-03-10 + + + + 水稻病虫害的防治非常有经验,去年我的稻田受到稻瘟病的困扰,损失惨重。今年请张师傅来指导,及时采取了防 + 治措施,稻田没有再出现病害,效果非常好。 + + + + + + 12 + 正在招聘 + + + 56 + 累计发布 + + + 98% + 好评率 + + + + + + + + + + + diff --git a/sub-operation-service/src/views/farmingService/farmingConsult/laborServices.vue b/sub-operation-service/src/views/farmingService/farmingConsult/laborServices.vue new file mode 100644 index 0000000..08582ad --- /dev/null +++ b/sub-operation-service/src/views/farmingService/farmingConsult/laborServices.vue @@ -0,0 +1,258 @@ + + + + + + + 种植劳务用工 + 耕地整地用工 + 播种育苗用工 + 田间管理用工 + 收货采摘用工 + + + 养殖劳务用工 + 饲养管理用工 + 疫病防治用工 + 池塘养殖用工 + 网箱养殖用工 + + + 农产加工劳务用工 + 清洗分拣用工 + 简单包装用工 + 食品加工用工 + + + + + + + + + + + + + + {{ item.title }} + + {{ item.subtext }} + + + {{ item.time }} + + + {{ item.content }} + + + + {{ items.title }} + + + + ¥150/天 + 云南省临沧市耿马县新城村 + + + + 查看 + + + + + + + + + + + + + diff --git a/sub-operation-service/src/views/farmingService/farmingConsult/laborServicesDel.vue b/sub-operation-service/src/views/farmingService/farmingConsult/laborServicesDel.vue new file mode 100644 index 0000000..c51f668 --- /dev/null +++ b/sub-operation-service/src/views/farmingService/farmingConsult/laborServicesDel.vue @@ -0,0 +1,417 @@ + + + + + + + 热门 + 急聘 + + + + 耿马县新城村诚信合作社招17名分拣工 + 云南省临沧市耿马新城村 种植鲉 发布于3天前 + + + 150/天 + 立即申请 + + + + + + + + + 招聘人数 + 30人 + + + + + + + + 工作天数 + 45天 + + + + + + + + + + 工作时间 + 2025-03-15至2025-04-28 + + + + + + + + 结算方式 + 日结 + + + + + 服务描述 + + 我们是一家专业从事农业种植的企业,现因春耕生产需要,诚招有经验的种植工人,主要负责水稻、玉米等农作物的种植工作。 + 工作内容包括土地翻耕、播种、育苗、移栽、田间管理等,要求身体健康,能吃苦耐劳,有相关种植经验者优先。 + 我们提供食宿,工作环境良好,薪资待遇优厚,欢迎有兴趣的朋友加入我们的团队! + + + + 工作要求 + + 年龄要求:20-25岁 + 性别要求:不限 + + + 经验要求:1年 + 技能要求:会使用基本农具 + + + 健康要求:身体健康 + 其他要求:能吃苦耐劳 + + + + + + 服务流程 + + + + + + 报名申请 + 在线提交申请或者电话联系我们 + + + + + + + + 面试筛选 + 我们将在24小时内与您联系,安排面试 + + + + + + + + 协议签订 + 面试通过后,签订劳务协议 + + + + + + + + 上岗工作 + 按约定时间上岗,开始工作 + + + + + + + + 工资结算 + 按日结算工资,工作结束后一次性结清 + + + + + 联系信息 + + + + + + 联系人 + 王经理 + + + + + + + + 联系电话 + 138****5678 + + + + + + + + 邮箱 + wang@nongye.com + + + + 联系电话 + + + + + 服务照片 + + + + + + + + 申请情况 + + 申请进度 + 已申请12人,还需18人 + + + + + + 申请人 + 经验 + 申请时间 + 状态 + + + + + + + + + 李师傅 + 5年经验 + + + + 水稻种植 + 2025-03-10 10:23 + 已录用 + + + + + + + + + 张师傅 + 3年经验 + + + + 玉米种植 + 2025-03-11 09:45 + 已录用 + + + + + + + + + 王师傅 + 2年经验 + + + + 蔬菜种植 + 2025-03-12 14:12 + 已录用 + + + + 发布企业 + + + + + + + 绿丰农业科技有限公司 + + 已认证 + + + 专业从事农作物种植、销售的农业企业 + 四川省广安市岳池县 成立于2018年 + + + + + + 12 + 正在招聘 + + + 56 + 累计发布 + + + 98% + 好评率 + + + + + + + + + + + diff --git a/sub-operation-service/src/views/packaging/sorting.vue b/sub-operation-service/src/views/packaging/sorting.vue index fb21b95..f8d0939 100644 --- a/sub-operation-service/src/views/packaging/sorting.vue +++ b/sub-operation-service/src/views/packaging/sorting.vue @@ -190,7 +190,7 @@ const state = reactive({ monitor: '全程实时监控', price: '3.00~5.00', rank: '1', - imageUrl: 'images/1.png', + imageUrl: 'images/5.png', //联系人 contact: '李志强', phone: '13988324687', @@ -209,7 +209,7 @@ const state = reactive({ monitor: '全程实时监控', price: '2.50~4.00', rank: '1', - imageUrl: 'images/2.png', + imageUrl: 'images/6.png', //联系人 contact: '张 莉', phone: '13888013256', @@ -228,7 +228,7 @@ const state = reactive({ monitor: '全程实时监控', price: '4.00~6.00', rank: '1', - imageUrl: 'images/3.png', + imageUrl: 'images/7.png', contact: '王 磊', phone: '15987925518', //介绍