This commit is contained in:
xiaozhiyong
2024-04-24 16:51:02 +08:00
parent 8024394c40
commit 4813635a78
2 changed files with 8 additions and 5 deletions

View File

@@ -46,7 +46,7 @@
</view>
</scroll-view>
</view> -->
<view v-if="exportShow==true">
<view v-if="exportShow">
<view style="padding: 30upx;"></view>
<view style="position: fixed;width: 750upx;z-index: 5;text-align: right;top:315upx;right: 30upx;">
<button class="cu-btn bg-white" @click="orderExport">订单导出</button>
@@ -222,7 +222,8 @@
'1689183144276463616',
'1689183774927818752',
'1689184331812888576',
'1689185023261741056'
'1689185023261741056',
'1782596400854310912'
]
var exportFields = exportList.filter((item) => {
return item == uni.getStorageSync('oilSitePriceId');