细节修改

This commit is contained in:
Xulinchuan 2025-07-18 16:32:51 +08:00
parent 40f73b3bb9
commit a9daec3231
2 changed files with 10 additions and 8 deletions

View File

@ -19,9 +19,11 @@
<div class="bac">{{ data.data[1] }}</div>
<div class="bac">{{ data.data[2] }}</div>
</div> -->
<p class="mt-2 text-gray-700">报价{{ data.price }}/kg</p>
<p class="mt-2 text-gray-700">关键词{{ data.type }}</p>
<p class="mt-2 text-gray-700">所在地{{ data.location }}</p>
<p class="mt-2 text-gray-700">
参考价<span style="color: rgb(37, 191, 130); font-size: 18px; font-weight: bold">{{ data.price }}/小时</span>
</p>
<p class="mt-2 text-gray-700">分拣类型{{ data.type }}</p>
<p class="mt-2 text-gray-700">所在地址{{ data.location }}</p>
<p class="mt-2 text-gray-700">联系人{{ data.contact }}</p>
<p class="mt-2 text-gray-700">联系电话{{ data.phone }}</p>
<div>

View File

@ -125,7 +125,7 @@
<div class="storage-price">
<div class="storage-price-left">
<!-- <span class="price-label">报价</span> -->
<span class="price-amount">¥{{ item.price }}/kg</span>
<span class="price-amount">参考价¥{{ item.price }}/小时</span>
</div>
<el-button type="success" class="contact-btn" @click="goDei(item)">
<!-- <img :src="getAssetsFile('images/warehouseLogistics/messageBox.png')" alt="" style="height: 30px; margin-right: 5px" /> -->
@ -188,7 +188,7 @@ const state = reactive({
type: '自动化分拣',
//
monitor: '全程实时监控',
price: '3.00~5.00',
price: '23',
rank: '1',
imageUrl: 'images/5.png',
//
@ -207,7 +207,7 @@ const state = reactive({
type: '人工分拣',
//
monitor: '全程实时监控',
price: '2.50~4.00',
price: '15',
rank: '1',
imageUrl: 'images/6.png',
//
@ -226,7 +226,7 @@ const state = reactive({
type: '自动化分拣',
//
monitor: '全程实时监控',
price: '4.00~6.00',
price: '18',
rank: '1',
imageUrl: 'images/7.png',
contact: '王 磊',
@ -244,7 +244,7 @@ const state = reactive({
type: '人工分拣',
//
monitor: '全程实时监控',
price: '5.00~7.00',
price: '19',
rank: '1',
imageUrl: 'images/4.png',
contact: '陈 刚',