Compare commits
2 Commits
59d2952398
...
76332c0251
Author | SHA1 | Date | |
---|---|---|---|
76332c0251 | |||
05bce2cdc6 |
@ -50,7 +50,7 @@
|
||||
<div style="width: 100%">
|
||||
<div v-for="(item, index) in tableData" :key="index" class="card-item">
|
||||
<div style="width: 100%; display: flex; align-items: center; justify-content: center">
|
||||
<img :src="item.imgPath" alt="" width="200px" style="height: 200px" />
|
||||
<img src="../../../assets/images/1.png" alt="" width="200px" style="height: 200px" />
|
||||
</div>
|
||||
<div style="width: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 0 20px">
|
||||
<div>
|
||||
@ -115,35 +115,35 @@ const tableData = ref([
|
||||
price: '1800',
|
||||
time: '全年',
|
||||
name: '王师傅',
|
||||
imgPath: 'http://localhost:9526/sub-operation-service/src/assets/images/1.png',
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: '久保田 4LZ-5A1 收割机',
|
||||
subtext: '收割机·广安市武胜县',
|
||||
price: '2500',
|
||||
time: '7-9月',
|
||||
name: '李师傅',
|
||||
imgPath: 'http://localhost:9526/sub-operation-service/src/assets/images/2.png',
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: '洋马 VP6D 高速插秧机',
|
||||
subtext: '插秧机·广安市邻水县',
|
||||
price: '1600',
|
||||
time: '4-5月',
|
||||
name: 'w王师傅',
|
||||
imgPath: 'http://localhost:9526/sub-operation-service/src/assets/images/3.png',
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: '约翰迪尔 9B 播种机',
|
||||
subtext: '播种机·广安市广安区',
|
||||
price: '1200',
|
||||
time: '3-4月',
|
||||
name: '赵师傅',
|
||||
imgPath: 'http://localhost:9526/sub-operation-service/src/assets/images/2.png',
|
||||
// imgPath: 'http://localhost:9526/sub-operation-service/src/assets/images/1.png',
|
||||
},
|
||||
// {
|
||||
// id: 2,
|
||||
// title: '久保田 4LZ-5A1 收割机',
|
||||
// subtext: '收割机·广安市武胜县',
|
||||
// price: '2500',
|
||||
// time: '7-9月',
|
||||
// name: '李师傅',
|
||||
// imgPath: 'http://localhost:9526/sub-operation-service/src/assets/images/2.png',
|
||||
// },
|
||||
// {
|
||||
// id: 3,
|
||||
// title: '洋马 VP6D 高速插秧机',
|
||||
// subtext: '插秧机·广安市邻水县',
|
||||
// price: '1600',
|
||||
// time: '4-5月',
|
||||
// name: 'w王师傅',
|
||||
// imgPath: 'http://localhost:9526/sub-operation-service/src/assets/images/3.png',
|
||||
// },
|
||||
// {
|
||||
// id: 4,
|
||||
// title: '约翰迪尔 9B 播种机',
|
||||
// subtext: '播种机·广安市广安区',
|
||||
// price: '1200',
|
||||
// time: '3-4月',
|
||||
// name: '赵师傅',
|
||||
// imgPath: 'http://localhost:9526/sub-operation-service/src/assets/images/2.png',
|
||||
// },
|
||||
]);
|
||||
const chooseMoney = ref(0);
|
||||
const chooseDate = ref(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user