This commit is contained in:
wangzenghua 2025-04-30 09:50:49 +01:00
parent 48cfade690
commit 4c329a4c21
2 changed files with 17 additions and 17 deletions

View File

@ -33,42 +33,42 @@ const list = ref([
img: tomatoImg, img: tomatoImg,
}, },
{ {
name: '产品aa', name: '核桃',
price: '3.5元/公斤', price: '3.5元/公斤',
img: a, img: a,
}, },
{ {
name: '产品bb', name: '玉米',
price: '4.5元/公斤', price: '4.5元/公斤',
img: b, img: b,
}, },
{ {
name: '产品cc', name: '黄豆',
price: '5.5元/公斤', price: '5.5元/公斤',
img: c, img: c,
}, },
{ {
name: '产品dd', name: '韭菜',
price: '34.5元/公斤', price: '34.5元/公斤',
img: d, img: d,
}, },
{ {
name: '产品ee', name: '辣椒',
price: '55.5元/公斤', price: '55.5元/公斤',
img: e, img: e,
}, },
{ {
name: '产品ff', name: '豌豆',
price: '222.5元/公斤', price: '222.5元/公斤',
img: f, img: f,
}, },
{ {
name: '产品gg', name: '香蕉',
price: '32.5元/公斤', price: '32.5元/公斤',
img: g, img: g,
}, },
{ {
name: '产品hh', name: '青花',
price: '2.7元/公斤', price: '2.7元/公斤',
img: h, img: h,
}, },

View File

@ -179,7 +179,7 @@ const loadData = async () => {
comName: '欧锰化肥', comName: '欧锰化肥',
totalScore: '99', totalScore: '99',
companyType: '经销商', companyType: '经销商',
belongCompany: '', belongCompany: '灭百草集团',
ratingReason: '效果不明显', ratingReason: '效果不明显',
}, },
{ {
@ -189,7 +189,7 @@ const loadData = async () => {
comName: '史丹欧化肥', comName: '史丹欧化肥',
totalScore: '99', totalScore: '99',
companyType: '经销商', companyType: '经销商',
belongCompany: '', belongCompany: '康瑞企业',
ratingReason: '效果不明显', ratingReason: '效果不明显',
}, },
{ {
@ -199,7 +199,7 @@ const loadData = async () => {
comName: '史丹力气化肥', comName: '史丹力气化肥',
totalScore: '99', totalScore: '99',
companyType: '经销商', companyType: '经销商',
belongCompany: '', belongCompany: '康瑞企业',
ratingReason: '效果不明显', ratingReason: '效果不明显',
}, },
{ {
@ -209,7 +209,7 @@ const loadData = async () => {
comName: '史丹蒙化肥', comName: '史丹蒙化肥',
totalScore: '99', totalScore: '99',
companyType: '经销商', companyType: '经销商',
belongCompany: '', belongCompany: '康瑞企业',
ratingReason: '效果不明显', ratingReason: '效果不明显',
}, },
{ {
@ -219,7 +219,7 @@ const loadData = async () => {
comName: '史丹利化肥', comName: '史丹利化肥',
totalScore: '99', totalScore: '99',
companyType: '生产商', companyType: '生产商',
belongCompany: '', belongCompany: '康瑞企业',
ratingReason: '效果不明显', ratingReason: '效果不明显',
}, },
{ {
@ -229,7 +229,7 @@ const loadData = async () => {
comName: '丹正企化肥', comName: '丹正企化肥',
totalScore: '99', totalScore: '99',
companyType: '生产商', companyType: '生产商',
belongCompany: '', belongCompany: '康瑞企业',
ratingReason: '效果不明显', ratingReason: '效果不明显',
}, },
{ {
@ -239,7 +239,7 @@ const loadData = async () => {
comName: '丹正企化肥', comName: '丹正企化肥',
totalScore: '99', totalScore: '99',
companyType: '生产商', companyType: '生产商',
belongCompany: '', belongCompany: '泰富企业',
ratingReason: '效果不明显', ratingReason: '效果不明显',
}, },
{ {
@ -249,7 +249,7 @@ const loadData = async () => {
comName: '丹非化肥', comName: '丹非化肥',
totalScore: '99', totalScore: '99',
companyType: '生产商', companyType: '生产商',
belongCompany: '', belongCompany: '泰富企业',
ratingReason: '效果不明显', ratingReason: '效果不明显',
}, },
{ {
@ -259,7 +259,7 @@ const loadData = async () => {
comName: '史丹化肥', comName: '史丹化肥',
totalScore: '99', totalScore: '99',
companyType: '生产商', companyType: '生产商',
belongCompany: '', belongCompany: '泰富企业',
ratingReason: '效果不明显', ratingReason: '效果不明显',
}, },
{ {