diff --git a/sub-operation-service/src/views/farmingService/farmingConsult/agriculturalMachinery.vue b/sub-operation-service/src/views/farmingService/farmingConsult/agriculturalMachinery.vue index 5707ecc..5f74edc 100644 --- a/sub-operation-service/src/views/farmingService/farmingConsult/agriculturalMachinery.vue +++ b/sub-operation-service/src/views/farmingService/farmingConsult/agriculturalMachinery.vue @@ -50,7 +50,7 @@
- +
@@ -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);