Merge branch 'dev' of http://47.109.205.240:3000/Web/daimp-front into dev
BIN
sub-operation-service/src/assets/images/comfig.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
sub-operation-service/src/assets/images/farmingService/01.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
sub-operation-service/src/assets/images/farmingService/02.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
sub-operation-service/src/assets/images/farmingService/03.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
sub-operation-service/src/assets/images/farmingService/04.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
sub-operation-service/src/assets/images/farmingService/05.png
Normal file
After Width: | Height: | Size: 888 B |
BIN
sub-operation-service/src/assets/images/farmingService/06.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
sub-operation-service/src/assets/images/farmingService/07.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
sub-operation-service/src/assets/images/farmingService/08.png
Normal file
After Width: | Height: | Size: 835 B |
BIN
sub-operation-service/src/assets/images/farmingService/09.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
sub-operation-service/src/assets/images/farmingService/10.png
Normal file
After Width: | Height: | Size: 861 B |
BIN
sub-operation-service/src/assets/images/farmingService/11.png
Normal file
After Width: | Height: | Size: 125 KiB |
BIN
sub-operation-service/src/assets/images/farmingService/12.png
Normal file
After Width: | Height: | Size: 102 KiB |
BIN
sub-operation-service/src/assets/images/farmingService/13.png
Normal file
After Width: | Height: | Size: 103 KiB |
BIN
sub-operation-service/src/assets/images/farmingService/email.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
sub-operation-service/src/assets/images/farmingService/man.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
sub-operation-service/src/assets/images/farmingService/phone.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
sub-operation-service/src/assets/images/nj1.png
Normal file
After Width: | Height: | Size: 483 KiB |
BIN
sub-operation-service/src/assets/images/nj2.png
Normal file
After Width: | Height: | Size: 511 KiB |
BIN
sub-operation-service/src/assets/images/nj3.png
Normal file
After Width: | Height: | Size: 502 KiB |
BIN
sub-operation-service/src/assets/images/nx.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
sub-operation-service/src/assets/images/or.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
sub-operation-service/src/assets/images/pf.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
sub-operation-service/src/assets/images/us.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
@ -200,99 +200,90 @@ export const constantRoutes = [
|
||||
path: '/sub-operation-service/farmService',
|
||||
component: Layout,
|
||||
name: 'farmService',
|
||||
redirect: '/sub-operation-service/farmService/consult/laborServices',
|
||||
redirect: '/sub-operation-service/farmService/farmPolicy',
|
||||
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: 'consult',
|
||||
component: Views,
|
||||
redirect: '/sub-operation-service/farmService/consult/laborServices',
|
||||
name: 'farmServiceMain',
|
||||
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: 'farmPolicy',
|
||||
component: () => import('@/views/farmingService/farmingConsult/index.vue'),
|
||||
name: 'farmPolicy',
|
||||
meta: { title: '农业政策', hideInBread: true },
|
||||
},
|
||||
{
|
||||
path: 'farmPolicyDetail',
|
||||
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: 'laborServicesDel',
|
||||
component: () => import('@/views/farmingService/farmingConsult/laborServicesDel.vue'),
|
||||
name: 'laborServicesDel',
|
||||
meta: { title: '劳务用工详情页' },
|
||||
},
|
||||
{
|
||||
path: 'agriculturalMachinery',
|
||||
component: () => import('@/views/farmingService/farmingConsult/agriculturalMachinery.vue'),
|
||||
name: 'agriculturalMachinery',
|
||||
meta: { title: '农机服务' },
|
||||
},
|
||||
{
|
||||
path: 'agriculturalMachineryDel',
|
||||
component: () => import('@/views/farmingService/farmingConsult/agriculturalMachineryDel.vue'),
|
||||
name: 'agriculturalMachineryDel',
|
||||
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: '市场行情' },
|
||||
// },
|
||||
],
|
||||
path: '/sub-operation-service/farmService/farmPolicy',
|
||||
component: () => import('@/views/farmingService/farmingConsult/index.vue'),
|
||||
name: 'farmPolicy',
|
||||
meta: { title: '农业政策', hideInBread: true },
|
||||
},
|
||||
{
|
||||
path: '/sub-operation-service/farmService/farmPolicyDetail',
|
||||
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: 'laborServicesDel',
|
||||
component: () => import('@/views/farmingService/farmingConsult/laborServicesDel.vue'),
|
||||
name: 'laborServicesDel',
|
||||
meta: { title: '劳务用工详情页' },
|
||||
},
|
||||
{
|
||||
path: 'agriculturalMachinery',
|
||||
component: () => import('@/views/farmingService/farmingConsult/agriculturalMachinery.vue'),
|
||||
name: 'agriculturalMachinery',
|
||||
meta: { title: '农机服务' },
|
||||
},
|
||||
{
|
||||
path: 'agriculturalMachineryDel',
|
||||
component: () => import('@/views/farmingService/farmingConsult/agriculturalMachineryDel.vue'),
|
||||
name: 'agriculturalMachineryDel',
|
||||
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: '市场行情' },
|
||||
// },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -51,25 +51,25 @@ const leftMenu = reactive([
|
||||
name: 'farmPolicy',
|
||||
title: '农业政策',
|
||||
icon: 'menu1.png',
|
||||
path: '/sub-operation-service/farmService/consult/farmPolicy',
|
||||
path: '/sub-operation-service/farmService/farmPolicy',
|
||||
},
|
||||
{
|
||||
name: 'laborServices',
|
||||
title: '劳务用工',
|
||||
icon: 'menu1.png',
|
||||
path: '/sub-operation-service/farmService/consult/laborServices',
|
||||
path: '/sub-operation-service/farmService/laborServices',
|
||||
},
|
||||
{
|
||||
name: 'agriculturalMachinery',
|
||||
title: '农机服务',
|
||||
icon: 'menu1.png',
|
||||
path: '/sub-operation-service/farmService/consult/agriculturalMachinery',
|
||||
path: '/sub-operation-service/farmService/agriculturalMachinery',
|
||||
},
|
||||
{
|
||||
name: 'agriculturalTechnology',
|
||||
title: '农技服务',
|
||||
icon: 'menu1.png',
|
||||
path: '/sub-operation-service/farmService/consult/agriculturalTechnology',
|
||||
path: '/sub-operation-service/farmService/agriculturalTechnology',
|
||||
},
|
||||
//farmPolicy
|
||||
|
||||
@ -84,19 +84,19 @@ const leftMenu = reactive([
|
||||
// name: 'laborServices',
|
||||
// title: '劳务用工',
|
||||
// icon: 'menu1.png',
|
||||
// path: '/sub-operation-service/farmService/consult/laborServices',
|
||||
// path: '/sub-operation-service/farmService/laborServices',
|
||||
// },
|
||||
// {
|
||||
// name: 'agriculturalMachinery',
|
||||
// title: '农机服务',
|
||||
// icon: 'menu1.png',
|
||||
// path: '/sub-operation-service/farmService/consult/agriculturalMachinery',
|
||||
// path: '/sub-operation-service/farmService/agriculturalMachinery',
|
||||
// },
|
||||
// {
|
||||
// name: 'agriculturalTechnology',
|
||||
// title: '农技服务',
|
||||
// icon: 'menu1.png',
|
||||
// path: '/sub-operation-service/farmService/consult/agriculturalTechnology',
|
||||
// path: '/sub-operation-service/farmService/agriculturalTechnology',
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
@ -186,7 +186,7 @@ onMounted(() => {
|
||||
}
|
||||
}
|
||||
const currentChild = window.sessionStorage.getItem('currentChild');
|
||||
if (currentChild && currentChild === 'main') {
|
||||
if (currentChild && currentChild === 'farmPolicy') {
|
||||
currentIndex.value = 0;
|
||||
currentCIndex.value = '';
|
||||
} else if (currentChild) {
|
||||
|
@ -214,7 +214,7 @@ const goDetail = (id) => {
|
||||
// message: '功能正在维护中,请稍后点击',
|
||||
// type: 'warning',
|
||||
// });
|
||||
router.push('/sub-operation-service/farmService/consult/agriculturalMachineryDel?id=' + id);
|
||||
router.push('/sub-operation-service/farmService/agriculturalMachineryDel?id=' + id);
|
||||
};
|
||||
// #endregion
|
||||
</script>
|
||||
|
@ -219,7 +219,7 @@ const goDetail = (id) => {
|
||||
// message: '功能正在维护中,请稍后点击',
|
||||
// type: 'warning',
|
||||
// });
|
||||
router.push('/sub-operation-service/farmService/consult/agriculturalTechnologyDel?id=' + id);
|
||||
router.push('/sub-operation-service/farmService/agriculturalTechnologyDel?id=' + id);
|
||||
};
|
||||
// #endregion
|
||||
</script>
|
||||
@ -236,7 +236,7 @@ const goDetail = (id) => {
|
||||
.card-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin: 20px 0;
|
||||
margin: 10px 0 0 0;
|
||||
text-align: left;
|
||||
}
|
||||
.choose {
|
||||
|
@ -18,54 +18,63 @@
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex">
|
||||
<div style="display: flex">
|
||||
<div style="display: flex; align-items: center">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/nx.png" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="margin-left: 10px; text-align: left; font-size: 16px">
|
||||
<div style="color: #aaa">服务年限</div>
|
||||
<div>10年</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-left: 200px">
|
||||
<div style="display: flex; align-items: center; margin-left: 200px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/or.png" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="margin-left: 10px; text-align: left; font-size: 16px">
|
||||
<div style="color: #aaa">完成订单</div>
|
||||
<div>128单</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-left: 200px">
|
||||
<div style="display: flex; align-items: center; margin-left: 200px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/pf.png" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="margin-left: 10px; text-align: left; font-size: 16px">
|
||||
<div style="color: #aaa">平均评分</div>
|
||||
<div>5.0</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 100%; text-align: left; margin-top: 20px">
|
||||
<div style="font-size: 15px; font-weight: bold">技能描述</div>
|
||||
<div style="line-height: 30px; font-size: 12px; color: #aaa; margin-top: 10px">
|
||||
<div style="font-size: 20px; font-weight: bold">技能描述</div>
|
||||
<div style="line-height: 30px; font-size: 16px; color: #aaa; margin-top: 10px">
|
||||
本人从事水稻种植工作已有10年,拥有丰富的水稻种植经验,熟悉水稻从选种、育秧、移栽到收割的全过程。
|
||||
擅长解决水稻种植过程中的各种病虫害问题,能够根据不同的土壤条件和气候特点,制定科学合理的种植方案。
|
||||
可提供水稻种植技术指导、病虫害防治、田间管理等服务,保证水稻的产量和质量。
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 100%; text-align: left; margin-top: 20px">
|
||||
<div style="font-size: 15px; font-weight: bold">服务内容</div>
|
||||
<div style="font-size: 20px; font-weight: bold">服务内容</div>
|
||||
<div class="top_info">
|
||||
<div>水稻品种选择与推荐</div>
|
||||
<div style="display: flex; align-items: center">
|
||||
<img style="width: 15px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" />
|
||||
<div style="margin-left: 5px">水稻品种选择与推荐</div>
|
||||
</div>
|
||||
<div style="margin-left: 300px">指导</div>
|
||||
</div>
|
||||
<div class="top_info">
|
||||
<div>稻田管理与施肥</div>
|
||||
<div style="display: flex; align-items: center">
|
||||
<img style="width: 15px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" />
|
||||
<div style="margin-left: 5px">稻田管理与施肥</div>
|
||||
</div>
|
||||
<div style="margin-left: 325px">防治</div>
|
||||
</div>
|
||||
<div class="top_info">
|
||||
<div>收割与储存建议</div>
|
||||
<div style="display: flex; align-items: center">
|
||||
<img style="width: 15px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" />
|
||||
<div style="margin-left: 5px">收割与储存建议</div>
|
||||
</div>
|
||||
<div style="margin-left: 295px">植物技术指导</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -79,50 +88,130 @@
|
||||
</div> -->
|
||||
<div style="width: 100%; text-align: left; margin-top: 20px; display: flex">
|
||||
<div style="width: 50%">
|
||||
<div style="font-size: 15px; font-weight: bold">服务流程</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div style="font-size: 20px; font-weight: bold">服务流程</div>
|
||||
<div style="display: flex; align-items: center; margin-top: 20px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<div
|
||||
style="
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 100%;
|
||||
background-color: #25bf82;
|
||||
color: #fff;
|
||||
font-size: 15px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: bold;
|
||||
"
|
||||
>
|
||||
1
|
||||
</div>
|
||||
<!-- <img style="width: 30px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" /> -->
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">需求沟通</div>
|
||||
<div>详细了解您的种植需求和田间情况</div>
|
||||
<div style="color: #000000; font-size: 16px; font-weight: bold">需求沟通</div>
|
||||
<div style="font-size: 16px">详细了解您的种植需求和田间情况</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div style="display: flex; align-items: center; margin-top: 20px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<div
|
||||
style="
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 100%;
|
||||
background-color: #25bf82;
|
||||
color: #fff;
|
||||
font-size: 15px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: bold;
|
||||
"
|
||||
>
|
||||
2
|
||||
</div>
|
||||
<!-- <img style="width: 30px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" /> -->
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">方案制定</div>
|
||||
<div>根据您的需求和实际情况,制定详细的服务方案</div>
|
||||
<div style="color: #000000; font-size: 16px; font-weight: bold">方案制定</div>
|
||||
<div style="font-size: 16px">根据您的需求和实际情况,制定详细的服务方案</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div style="display: flex; align-items: center; margin-top: 20px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<div
|
||||
style="
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 100%;
|
||||
background-color: #25bf82;
|
||||
color: #fff;
|
||||
font-size: 15px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: bold;
|
||||
"
|
||||
>
|
||||
3
|
||||
</div>
|
||||
<!-- <img style="width: 30px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" /> -->
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">签订协议</div>
|
||||
<div>双方确认服务方案,签订服务协议</div>
|
||||
<div style="color: #000000; font-size: 16px; font-weight: bold">签订协议</div>
|
||||
<div style="font-size: 16px">双方确认服务方案,签订服务协议</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div style="display: flex; align-items: center; margin-top: 20px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<div
|
||||
style="
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 100%;
|
||||
background-color: #25bf82;
|
||||
color: #fff;
|
||||
font-size: 15px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: bold;
|
||||
"
|
||||
>
|
||||
4
|
||||
</div>
|
||||
<!-- <img style="width: 30px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" /> -->
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">服务实施</div>
|
||||
<div>按照协议约定的时间和内容,提供专业的种植服务</div>
|
||||
<div style="color: #000000; font-size: 16px; font-weight: bold">服务实施</div>
|
||||
<div style="font-size: 16px">按照协议约定的时间和内容,提供专业的种植服务</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div style="display: flex; align-items: center; margin-top: 20px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<div
|
||||
style="
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 100%;
|
||||
background-color: #25bf82;
|
||||
color: #fff;
|
||||
font-size: 15px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: bold;
|
||||
"
|
||||
>
|
||||
5
|
||||
</div>
|
||||
<!-- <img style="width: 30px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" /> -->
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">验收评价</div>
|
||||
<div>服务完成后,进行验收并提供服务评价</div>
|
||||
<div style="color: #000000; font-size: 16px; font-weight: bold">验收评价</div>
|
||||
<div style="font-size: 16px">服务完成后,进行验收并提供服务评价</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -171,28 +260,28 @@
|
||||
</div> -->
|
||||
</div>
|
||||
<div style="width: 100%; text-align: left; margin-top: 20px">
|
||||
<div style="font-size: 15px; font-weight: bold">服务案例</div>
|
||||
<div style="font-size: 20px; font-weight: bold">服务案例</div>
|
||||
<div style="margin-top: 20px; display: flex; justify-content: space-evenly">
|
||||
<div style="display: flex; flex-direction: column">
|
||||
<img style="width: 270px; height: 150px" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 270px; height: 150px" src="../../../assets/images/nj1.png" alt="" />
|
||||
<div style="border: 1px solid #eee; border-top: none; width: 280px; padding: 10px">
|
||||
<div style="font-size: 15px; font-weight: bold">岳池县稻田增产案例</div>
|
||||
<div style="font-size: 16px; font-weight: bold">岳池县稻田增产案例</div>
|
||||
<el-rate v-model="value1" />
|
||||
<div style="font-size: 12px">通过科学的种植管理,帮助农户水稻增产20%,获得农户一致好评。</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; flex-direction: column">
|
||||
<img style="width: 270px; height: 150px" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 270px; height: 150px" src="../../../assets/images/nj2.png" alt="" />
|
||||
<div style="border: 1px solid #eee; border-top: none; width: 280px; padding: 10px">
|
||||
<div style="font-size: 15px; font-weight: bold">邻水县病虫害防治案例</div>
|
||||
<div style="font-size: 16px; font-weight: bold">邻水县病虫害防治案例</div>
|
||||
<el-rate v-model="value1" />
|
||||
<div style="font-size: 12px">有效防治水稻稻瘟病,避免了农户的经济损失,得到当地政府的认可。</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; flex-direction: column">
|
||||
<img style="width: 270px; height: 150px" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 270px; height: 150px" src="../../../assets/images/nj3.png" alt="" />
|
||||
<div style="border: 1px solid #eee; border-top: none; width: 280px; padding: 10px">
|
||||
<div style="font-size: 15px; font-weight: bold">邻水县稻田增产案例</div>
|
||||
<div style="font-size: 16px; font-weight: bold">邻水县稻田增产案例</div>
|
||||
<el-rate v-model="value1" />
|
||||
<div style="font-size: 12px">通过科学的种植管理,帮助农户水稻增产20%,获得农户一致好评。</div>
|
||||
</div>
|
||||
@ -200,14 +289,14 @@
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 100%; text-align: left; margin-top: 20px">
|
||||
<div style="font-size: 15px; font-weight: bold">客户评价</div>
|
||||
<div style="font-size: 20px; font-weight: bold">客户评价</div>
|
||||
<div style="width: 100%; color: #9ea4a7; margin-top: 20px; border: 1px solid #eee; padding: 10px; border-radius: 10px">
|
||||
<div style="display: flex; align-items: center">
|
||||
<div>
|
||||
<img style="width: 50px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 50px; border-radius: 100%" src="../../../assets/images/us.png" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">刘老板</div>
|
||||
<div style="color: #000000; font-size: 16px">刘老板</div>
|
||||
<el-rate v-model="value1" />
|
||||
<div>2025-03-10</div>
|
||||
</div>
|
||||
@ -219,10 +308,10 @@
|
||||
<div style="width: 100%; color: #9ea4a7; margin-top: 20px; border: 1px solid #eee; padding: 10px; border-radius: 10px">
|
||||
<div style="display: flex; align-items: center">
|
||||
<div>
|
||||
<img style="width: 50px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 50px; border-radius: 100%" src="../../../assets/images/us.png" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">王老板</div>
|
||||
<div style="color: #000000; font-size: 16px">王老板</div>
|
||||
<el-rate v-model="value1" />
|
||||
<div>2025-03-10</div>
|
||||
</div>
|
||||
@ -374,7 +463,7 @@ let value1 = ref(5);
|
||||
display: flex;
|
||||
margin-top: 10px;
|
||||
div {
|
||||
font-size: 12px;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -98,7 +98,7 @@ const queryList = () => {
|
||||
};
|
||||
|
||||
const goDetail = (id) => {
|
||||
router.push('/sub-operation-service/farmService/consult/farmPolicyDetail?id=' + id);
|
||||
router.push('/sub-operation-service/farmService/farmPolicyDetail?id=' + id);
|
||||
};
|
||||
// #endregion
|
||||
</script>
|
||||
|
@ -206,11 +206,11 @@ const changeChoose = (type, index) => {
|
||||
};
|
||||
|
||||
const goDetail = (id) => {
|
||||
ElMessage({
|
||||
message: '功能正在维护中,请稍后点击',
|
||||
type: 'warning',
|
||||
});
|
||||
// router.push('/sub-operation-service/farmService/consult/laborServicesDel?id=' + id);
|
||||
// ElMessage({
|
||||
// message: '功能正在维护中,请稍后点击',
|
||||
// type: 'warning',
|
||||
// });
|
||||
router.push('/sub-operation-service/farmService/laborServicesDel?id=' + id);
|
||||
};
|
||||
// #endregion
|
||||
</script>
|
||||
@ -227,7 +227,7 @@ const goDetail = (id) => {
|
||||
.card-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin: 20px 0;
|
||||
margin: 5px 0 0 0;
|
||||
text-align: left;
|
||||
}
|
||||
.choose {
|
||||
|
@ -2,71 +2,80 @@
|
||||
<div>
|
||||
<common>
|
||||
<template #main>
|
||||
<div style="background-color: #fff; padding: 10px">
|
||||
<div class="top">
|
||||
<div class="top_hot">热门</div>
|
||||
<div class="top_impatient">急聘</div>
|
||||
</div>
|
||||
<div style="background-color: #fff; padding: 10px 20px 20px 20px">
|
||||
<div style="display: flex; margin-top: 5px; justify-content: space-between">
|
||||
<div style="text-align: left">
|
||||
<div class="top_title">耿马县新城村诚信合作社招17名分拣工</div>
|
||||
<div class="top_subtitle">云南省临沧市耿马新城村 种植鲉 发布于3天前</div>
|
||||
<div class="top">
|
||||
<div class="top_hot">热门</div>
|
||||
<div class="top_impatient">急聘</div>
|
||||
</div>
|
||||
<div class="top_subtitle">
|
||||
<el-icon><Location /></el-icon> 工作地点:云南省临沧市耿马新城村 <el-icon style="margin-left: 10px"><Postcard /></el-icon> 种植
|
||||
<el-icon style="margin-left: 10px"><Tickets /></el-icon> 发布于3天前
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<!-- <div>
|
||||
<div class="top_price">150/天</div>
|
||||
<div class="top_updata">立即申请</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<div style="display: flex">
|
||||
<div style="display: flex">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/01.png')" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #aaa">招聘人数</div>
|
||||
<div>30人</div>
|
||||
<div class="top_num">30人</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-left: 300px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/02.png')" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #aaa">工作天数</div>
|
||||
<div>45天</div>
|
||||
<div class="top_num">45天</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div style="display: flex">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/03.png')" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #aaa">工作时间</div>
|
||||
<div>2025-03-15至2025-04-28</div>
|
||||
<div class="top_num">2025-03-15至2025-04-28</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-left: 215px">
|
||||
<div style="display: flex; margin-left: 170px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/04.png')" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #aaa">结算方式</div>
|
||||
<div>日结</div>
|
||||
<div class="top_num">日结</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 100%; text-align: left; margin-top: 20px">
|
||||
<div style="font-size: 15px; font-weight: bold">服务描述</div>
|
||||
<div style="line-height: 30px; font-size: 12px; color: #aaa; margin-top: 10px">
|
||||
<div class="warehouse-detail-title">
|
||||
<img :src="getAssetsFile('images/warehouseLogistics/product.png')" alt="" draggable="false" />
|
||||
<div class="page-title">服务描述</div>
|
||||
</div>
|
||||
<div style="line-height: 30px; font-size: 14px; color: #000; margin-top: 10px">
|
||||
我们是一家专业从事农业种植的企业,现因春耕生产需要,诚招有经验的种植工人,主要负责水稻、玉米等农作物的种植工作。
|
||||
工作内容包括土地翻耕、播种、育苗、移栽、田间管理等,要求身体健康,能吃苦耐劳,有相关种植经验者优先。
|
||||
我们提供食宿,工作环境良好,薪资待遇优厚,欢迎有兴趣的朋友加入我们的团队!
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 100%; text-align: left; margin-top: 20px">
|
||||
<div style="font-size: 15px; font-weight: bold">工作要求</div>
|
||||
<div class="warehouse-detail-title">
|
||||
<img :src="getAssetsFile('images/farmingService/05.png')" alt="" draggable="false" />
|
||||
<div class="page-title">工作要求</div>
|
||||
</div>
|
||||
<div class="top_info">
|
||||
<div>年龄要求:20-25岁</div>
|
||||
<div style="margin-left: 300px">性别要求:不限</div>
|
||||
@ -81,7 +90,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div style="width: 100%; text-align: left; margin-top: 20px">
|
||||
<div style="font-size: 15px; font-weight: bold">服务描述</div>
|
||||
<div style="font-size: 18px; font-weight: bold">服务描述</div>
|
||||
<div style="line-height: 30px; font-size: 12px; color: #aaa; margin-top: 10px">
|
||||
我们是一家专业从事农业种植的企业,现因春耕生产需要,诚招有经验的种植工人,主要负责水稻、玉米等农作物的种植工作。
|
||||
工作内容包括土地翻耕、播种、育苗、移栽、田间管理等,要求身体健康,能吃苦耐劳,有相关种植经验者优先。
|
||||
@ -90,47 +99,40 @@
|
||||
</div> -->
|
||||
<div style="width: 100%; text-align: left; margin-top: 20px; display: flex">
|
||||
<div style="width: 50%">
|
||||
<div style="font-size: 15px; font-weight: bold">服务流程</div>
|
||||
<div class="warehouse-detail-title">
|
||||
<img :src="getAssetsFile('images/farmingService/06.png')" alt="" draggable="false" />
|
||||
<div class="page-title">服务流程</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
</div>
|
||||
<div class="liucheng">1</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">报名申请</div>
|
||||
<div>在线提交申请或者电话联系我们</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
</div>
|
||||
<div class="liucheng">2</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">面试筛选</div>
|
||||
<div>我们将在24小时内与您联系,安排面试</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
</div>
|
||||
<div class="liucheng">3</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">协议签订</div>
|
||||
<div>面试通过后,签订劳务协议</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
</div>
|
||||
<div class="liucheng">4</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">上岗工作</div>
|
||||
<div>按约定时间上岗,开始工作</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
</div>
|
||||
<div class="liucheng">5</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">工资结算</div>
|
||||
<div>按日结算工资,工作结束后一次性结清</div>
|
||||
@ -138,10 +140,13 @@
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 50%">
|
||||
<div style="font-size: 15px; font-weight: bold">联系信息</div>
|
||||
<div class="warehouse-detail-title">
|
||||
<img :src="getAssetsFile('images/farmingService/07.png')" alt="" draggable="false" />
|
||||
<div class="page-title">联系信息</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/01.png')" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #aaa">联系人</div>
|
||||
@ -150,7 +155,7 @@
|
||||
</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/phone.png')" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #aaa">联系电话</div>
|
||||
@ -159,14 +164,14 @@
|
||||
</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/email.png')" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #aaa">邮箱</div>
|
||||
<div>wang@nongye.com</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
<!-- <div
|
||||
style="
|
||||
margin-top: 10px;
|
||||
padding: 5px 20px;
|
||||
@ -178,25 +183,31 @@
|
||||
"
|
||||
>
|
||||
联系电话
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 100%; text-align: left; margin-top: 20px">
|
||||
<div style="font-size: 15px; font-weight: bold">服务照片</div>
|
||||
<div style="margin-top: 20px">
|
||||
<img style="width: 280px; height: 150px" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 280px; height: 150px; margin-left: 10px" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 280px; height: 150px; margin-left: 10px" src="../../../assets/images/carton.png" alt="" />
|
||||
<div class="warehouse-detail-title">
|
||||
<img :src="getAssetsFile('images/farmingService/08.png')" alt="" draggable="false" />
|
||||
<div class="page-title">服务照片</div>
|
||||
</div>
|
||||
<div style="margin-top: 20px; display: flex; gap: 20px">
|
||||
<img style="flex: 1; height: 150px" :src="getAssetsFile('images/farmingService/11.png')" alt="" />
|
||||
<img style="flex: 1; height: 150px" :src="getAssetsFile('images/farmingService/12.png')" alt="" />
|
||||
<img style="flex: 1; height: 150px" :src="getAssetsFile('images/farmingService/13.png')" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 100%; text-align: left; margin-top: 20px">
|
||||
<div style="font-size: 15px; font-weight: bold">申请情况</div>
|
||||
<div class="warehouse-detail-title">
|
||||
<img :src="getAssetsFile('images/farmingService/09.png')" alt="" draggable="false" />
|
||||
<div class="page-title">申请情况</div>
|
||||
</div>
|
||||
<div style="margin-top: 20px; width: 100%; display: flex; justify-content: space-between">
|
||||
<div style="font-size: 15px">申请进度</div>
|
||||
<div style="font-size: 15px">已申请<text style="color: #497f43">12</text>人,还需<text style="color: #497f43">18</text>人</div>
|
||||
<div style="font-size: 15px">申请进度 <span class="color-green">36%</span></div>
|
||||
<div style="font-size: 15px">已申请<text style="color: #25bf82"> 12 </text>人,还需<text style="color: #25bf82"> 18 </text>人</div>
|
||||
</div>
|
||||
<div style="width: 100%; height: 8px; background-color: #e2e8f0; position: relative; margin-top: 10px">
|
||||
<div style="background-color: #2e7d32; position: absolute; height: 8px; width: 40%; border-radius: 5px"></div>
|
||||
<div style="width: 100%; height: 8px; background: rgba(37, 191, 130, 0.1); position: relative; margin-top: 10px">
|
||||
<div style="background-color: #25bf82; position: absolute; height: 8px; width: 40%; border-radius: 5px"></div>
|
||||
</div>
|
||||
<div style="width: 100%; display: flex; margin-top: 20px; background-color: #f9fafb; padding: 15px 10px">
|
||||
<div style="width: 25%; color: #9ea4a7">申请人</div>
|
||||
@ -208,7 +219,7 @@
|
||||
<div style="width: 25%; color: #9ea4a7">
|
||||
<div style="display: flex">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/man.png')" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">李师傅</div>
|
||||
@ -224,7 +235,7 @@
|
||||
<div style="width: 25%; color: #9ea4a7">
|
||||
<div style="display: flex">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/man.png')" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">张师傅</div>
|
||||
@ -240,7 +251,7 @@
|
||||
<div style="width: 25%; color: #9ea4a7">
|
||||
<div style="display: flex">
|
||||
<div>
|
||||
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/man.png')" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="color: #000000">王师傅</div>
|
||||
@ -254,20 +265,26 @@
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 100%; text-align: left; margin-top: 20px">
|
||||
<div style="font-size: 15px; font-weight: bold">发布企业</div>
|
||||
<div class="warehouse-detail-title">
|
||||
<img :src="getAssetsFile('images/farmingService/10.png')" alt="" draggable="false" />
|
||||
<div class="page-title">发布企业</div>
|
||||
</div>
|
||||
<div style="display: flex; margin-top: 20px">
|
||||
<div>
|
||||
<img style="width: 60px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
|
||||
<img style="width: 60px; border-radius: 100%" :src="getAssetsFile('images/farmingService/man.png')" alt="" />
|
||||
</div>
|
||||
<div style="margin-left: 10px; text-align: left">
|
||||
<div style="display: flex">
|
||||
<div style="color: #000000; font-size: 20px; font-weight: bold">绿丰农业科技有限公司</div>
|
||||
<div style="margin-left: 10px; padding: 0px 5px; background-color: #dbeafe; color: #4886f0; border-radius: 10px; line-height: 25px">
|
||||
<!-- <div style="margin-left: 10px; padding: 0px 5px; background-color: #dbeafe; color: #4886f0; border-radius: 10px; line-height: 25px">
|
||||
已认证
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<div style="color: #9292a1; font-size: 14px; margin: 5px 0">专业从事农作物种植、销售的农业企业</div>
|
||||
<div style="font-size: 14px; color: #333">
|
||||
<el-icon color="#25bf82"><Location /></el-icon> 四川省广安市岳池县
|
||||
<el-icon color="#25bf82" style="margin-left: 5px"><Calendar /></el-icon> 成立于2018年
|
||||
</div>
|
||||
<div style="color: #9292a1">专业从事农作物种植、销售的农业企业</div>
|
||||
<div style="margin-top: 5px; color: #9292a1">四川省广安市岳池县 成立于2018年</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -276,42 +293,42 @@
|
||||
style="
|
||||
width: 30%;
|
||||
height: 80px;
|
||||
background-color: #f9fafb;
|
||||
background: rgba(37, 191, 130, 0.1);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
"
|
||||
>
|
||||
<div style="font-size: 20px; color: #2e7d32; font-weight: bold">12</div>
|
||||
<div style="font-size: 20px; color: #25bf82; font-weight: bold">12</div>
|
||||
<div style="font-size: 15px">正在招聘</div>
|
||||
</div>
|
||||
<div
|
||||
style="
|
||||
width: 30%;
|
||||
height: 80px;
|
||||
background-color: #f9fafb;
|
||||
background: rgba(37, 191, 130, 0.1);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
"
|
||||
>
|
||||
<div style="font-size: 20px; color: #2e7d32; font-weight: bold">56</div>
|
||||
<div style="font-size: 20px; color: #25bf82; font-weight: bold">56</div>
|
||||
<div style="font-size: 15px">累计发布</div>
|
||||
</div>
|
||||
<div
|
||||
style="
|
||||
width: 30%;
|
||||
height: 80px;
|
||||
background-color: #f9fafb;
|
||||
background: rgba(37, 191, 130, 0.1);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
"
|
||||
>
|
||||
<div style="font-size: 20px; color: #2e7d32; font-weight: bold">98%</div>
|
||||
<div style="font-size: 20px; color: #25bf82; font-weight: bold">98%</div>
|
||||
<div style="font-size: 15px">好评率</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -370,7 +387,11 @@ const router = useRouter();
|
||||
color: #25bf82;
|
||||
font-weight: bold;
|
||||
}
|
||||
.color-green {
|
||||
color: #25bf82;
|
||||
}
|
||||
.top {
|
||||
margin-top: 5px;
|
||||
display: flex;
|
||||
.top_hot {
|
||||
background-color: #dcfce7;
|
||||
@ -380,9 +401,9 @@ const router = useRouter();
|
||||
}
|
||||
.top_impatient {
|
||||
margin-left: 10px;
|
||||
background-color: #dbeafe;
|
||||
background: rgba(255, 190, 77, 0.1);
|
||||
border-radius: 10px;
|
||||
color: #4886f0;
|
||||
color: #ffbe4d;
|
||||
padding: 2px 10px;
|
||||
}
|
||||
}
|
||||
@ -391,7 +412,8 @@ const router = useRouter();
|
||||
font-weight: bold;
|
||||
}
|
||||
.top_subtitle {
|
||||
margin-top: 5px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 15px;
|
||||
font-size: 12px;
|
||||
color: #aaa;
|
||||
}
|
||||
@ -402,6 +424,9 @@ const router = useRouter();
|
||||
border-radius: 30px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.top_num {
|
||||
font-size: 16px;
|
||||
}
|
||||
.top_price {
|
||||
font-weight: bold;
|
||||
color: #f59a23;
|
||||
@ -414,4 +439,33 @@ const router = useRouter();
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
.liucheng {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
line-height: 32px;
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
background-color: #25bf82;
|
||||
}
|
||||
.warehouse-detail-title {
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
margin: 20px 0 15px 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
img {
|
||||
width: 28px;
|
||||
}
|
||||
.page-title {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|