Merge branch 'dev' of http://47.109.205.240:3000/Web/daimp-front into dev
This commit is contained in:
commit
878a19cd25
@ -40,7 +40,7 @@
|
||||
</div>
|
||||
<div
|
||||
style="
|
||||
width: 110px;
|
||||
width: 120px;
|
||||
padding: 5px 10px;
|
||||
background: rgba(37, 191, 130, 0.1);
|
||||
border: 1px solid rgba(37, 191, 130, 0.5);
|
||||
@ -48,7 +48,7 @@
|
||||
"
|
||||
>
|
||||
<img style="width: 20px; height: 20px; margin: 0 5px" src="../../../assets/images/njIcon/rz.png" alt="" />
|
||||
<span>可预约</span>
|
||||
<span>原装正品</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -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 }}元/吨</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>
|
||||
|
@ -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: '陈 刚',
|
||||
|
Loading…
x
Reference in New Issue
Block a user