细节修改
This commit is contained in:
parent
40f73b3bb9
commit
a9daec3231
@ -19,9 +19,11 @@
|
|||||||
<div class="bac">{{ data.data[1] }}</div>
|
<div class="bac">{{ data.data[1] }}</div>
|
||||||
<div class="bac">{{ data.data[2] }}</div>
|
<div class="bac">{{ data.data[2] }}</div>
|
||||||
</div> -->
|
</div> -->
|
||||||
<p class="mt-2 text-gray-700">报价:{{ data.price }}元/kg</p>
|
<p class="mt-2 text-gray-700">
|
||||||
<p class="mt-2 text-gray-700">关键词:{{ data.type }}</p>
|
参考价:<span style="color: rgb(37, 191, 130); font-size: 18px; font-weight: bold">{{ data.price }}元/小时</span>
|
||||||
<p class="mt-2 text-gray-700">所在地:{{ data.location }}</p>
|
</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.contact }}</p>
|
||||||
<p class="mt-2 text-gray-700">联系电话:{{ data.phone }}</p>
|
<p class="mt-2 text-gray-700">联系电话:{{ data.phone }}</p>
|
||||||
<div>
|
<div>
|
||||||
|
@ -125,7 +125,7 @@
|
|||||||
<div class="storage-price">
|
<div class="storage-price">
|
||||||
<div class="storage-price-left">
|
<div class="storage-price-left">
|
||||||
<!-- <span class="price-label">报价</span> -->
|
<!-- <span class="price-label">报价</span> -->
|
||||||
<span class="price-amount">¥{{ item.price }}/kg</span>
|
<span class="price-amount">参考价:¥{{ item.price }}/小时</span>
|
||||||
</div>
|
</div>
|
||||||
<el-button type="success" class="contact-btn" @click="goDei(item)">
|
<el-button type="success" class="contact-btn" @click="goDei(item)">
|
||||||
<!-- <img :src="getAssetsFile('images/warehouseLogistics/messageBox.png')" alt="" style="height: 30px; margin-right: 5px" /> -->
|
<!-- <img :src="getAssetsFile('images/warehouseLogistics/messageBox.png')" alt="" style="height: 30px; margin-right: 5px" /> -->
|
||||||
@ -188,7 +188,7 @@ const state = reactive({
|
|||||||
type: '自动化分拣',
|
type: '自动化分拣',
|
||||||
//监控方式
|
//监控方式
|
||||||
monitor: '全程实时监控',
|
monitor: '全程实时监控',
|
||||||
price: '3.00~5.00',
|
price: '23',
|
||||||
rank: '1',
|
rank: '1',
|
||||||
imageUrl: 'images/5.png',
|
imageUrl: 'images/5.png',
|
||||||
//联系人
|
//联系人
|
||||||
@ -207,7 +207,7 @@ const state = reactive({
|
|||||||
type: '人工分拣',
|
type: '人工分拣',
|
||||||
//监控方式
|
//监控方式
|
||||||
monitor: '全程实时监控',
|
monitor: '全程实时监控',
|
||||||
price: '2.50~4.00',
|
price: '15',
|
||||||
rank: '1',
|
rank: '1',
|
||||||
imageUrl: 'images/6.png',
|
imageUrl: 'images/6.png',
|
||||||
//联系人
|
//联系人
|
||||||
@ -226,7 +226,7 @@ const state = reactive({
|
|||||||
type: '自动化分拣',
|
type: '自动化分拣',
|
||||||
//监控方式
|
//监控方式
|
||||||
monitor: '全程实时监控',
|
monitor: '全程实时监控',
|
||||||
price: '4.00~6.00',
|
price: '18',
|
||||||
rank: '1',
|
rank: '1',
|
||||||
imageUrl: 'images/7.png',
|
imageUrl: 'images/7.png',
|
||||||
contact: '王 磊',
|
contact: '王 磊',
|
||||||
@ -244,7 +244,7 @@ const state = reactive({
|
|||||||
type: '人工分拣',
|
type: '人工分拣',
|
||||||
//监控方式
|
//监控方式
|
||||||
monitor: '全程实时监控',
|
monitor: '全程实时监控',
|
||||||
price: '5.00~7.00',
|
price: '19',
|
||||||
rank: '1',
|
rank: '1',
|
||||||
imageUrl: 'images/4.png',
|
imageUrl: 'images/4.png',
|
||||||
contact: '陈 刚',
|
contact: '陈 刚',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user