|
@@ -45,28 +45,28 @@
|
|
<!-- {{item.carModel?item.carModel.replace(',','/'):''}}、{{item.carLength?item.carLength.replace(',','/'):''}}米、10吨/10方、10车... -->
|
|
<!-- {{item.carModel?item.carModel.replace(',','/'):''}}、{{item.carLength?item.carLength.replace(',','/'):''}}米、10吨/10方、10车... -->
|
|
</view>
|
|
</view>
|
|
<view class="row4 flex row">
|
|
<view class="row4 flex row">
|
|
- <view class="btn" @click.native.stop="shelvesBtnClick(1,item)" v-if="item.status=='已下架'&&tabIndex!=2">
|
|
|
|
|
|
+ <view class="btn" @click.stop="shelvesBtnClick(1,item)" v-if="item.status=='已下架'&&tabIndex!=2">
|
|
上架
|
|
上架
|
|
</view>
|
|
</view>
|
|
- <view class="btn" @click.native.stop="shelvesBtnClick(2,item)" v-if="item.status=='已上架'&&tabIndex!=2">
|
|
|
|
|
|
+ <view class="btn" @click.stop="shelvesBtnClick(2,item)" v-if="item.status=='已上架'&&tabIndex!=2">
|
|
下架
|
|
下架
|
|
</view>
|
|
</view>
|
|
- <view class="btn" @click.native.stop="copyToNewPage(item,1)" v-if="tabIndex==1||tabIndex==2">
|
|
|
|
|
|
+ <view class="btn" @click.stop="copyToNewPage(item,1)" v-if="tabIndex==1||tabIndex==2">
|
|
复制
|
|
复制
|
|
</view>
|
|
</view>
|
|
- <view class="btn" @click.native.stop="often(item)" v-if="tabIndex==1&&item.oftenFlag1!=1">
|
|
|
|
|
|
+ <view class="btn" @click.stop="often(item)" v-if="tabIndex==1&&item.oftenFlag1!=1">
|
|
常发
|
|
常发
|
|
</view>
|
|
</view>
|
|
<view class="btn often" v-if="tabIndex==1&&item.oftenFlag1==1">
|
|
<view class="btn often" v-if="tabIndex==1&&item.oftenFlag1==1">
|
|
常发
|
|
常发
|
|
</view>
|
|
</view>
|
|
- <view class="btn" @click.native.stop="deleteTask(item)" v-if="tabIndex!=2">
|
|
|
|
|
|
+ <view class="btn" @click.stop="deleteTask(item)" v-if="tabIndex!=2">
|
|
删除
|
|
删除
|
|
</view>
|
|
</view>
|
|
- <view class="btn" @click.native.stop="editTask(item)" v-if="tabIndex!=2">
|
|
|
|
|
|
+ <view class="btn" @click.stop="editTask(item)" v-if="tabIndex!=2">
|
|
编辑
|
|
编辑
|
|
</view>
|
|
</view>
|
|
- <view class="btn" @click.native.stop="removeOften(item)" v-if="tabIndex==2">
|
|
|
|
|
|
+ <view class="btn" @click.stop="removeOften(item)" v-if="tabIndex==2">
|
|
移除
|
|
移除
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -120,7 +120,7 @@
|
|
goodsList: [],
|
|
goodsList: [],
|
|
customStyleButton: {
|
|
customStyleButton: {
|
|
position: "fixed",
|
|
position: "fixed",
|
|
- bottom: "140rpx",
|
|
|
|
|
|
+ bottom: "60rpx",
|
|
margin: "0 20rpx",
|
|
margin: "0 20rpx",
|
|
width: "calc(100vw - 40rpx)"
|
|
width: "calc(100vw - 40rpx)"
|
|
},
|
|
},
|
|
@@ -421,7 +421,7 @@
|
|
|
|
|
|
.btn {
|
|
.btn {
|
|
border: 1px solid rgb(255, 134, 0);
|
|
border: 1px solid rgb(255, 134, 0);
|
|
- padding: 10rpx;
|
|
|
|
|
|
+ padding: 10rpx 20rpx;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin-left: 10rpx;
|
|
margin-left: 10rpx;
|
|
color: rgb(255, 134, 0);
|
|
color: rgb(255, 134, 0);
|