二维码生成页面中心icon没了的bug
一次大型分包更新生产了 合作企业路由 /packageQr/pages/partnership/partnership 员工管理路由 /packageStaff/pages/staff/List/List 油站二维码路由 /packageQr/pages/qrsite/QrCode_xy 加油订单路由改成 /packageOrders/pages/orderList/orderList
This commit is contained in:
@@ -78,8 +78,8 @@
|
||||
}
|
||||
return {
|
||||
title: 'picker-view',
|
||||
years: [2020],
|
||||
year: 2020,
|
||||
years: [new Date().getFullYear()],
|
||||
year: new Date().getFullYear(),
|
||||
months: months,
|
||||
dialogModal: '',
|
||||
month: month,
|
||||
|
||||
@@ -74,8 +74,8 @@
|
||||
}
|
||||
return {
|
||||
title: 'picker-view',
|
||||
years: [2020],
|
||||
year: 2020,
|
||||
years: [new Date().getFullYear()],
|
||||
year: new Date().getFullYear(),
|
||||
months: months,
|
||||
dialogModal: '',
|
||||
month: month,
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
</view>
|
||||
<view class="bg-white radius margin-left margin-right to-top">
|
||||
<view class=" flex ">
|
||||
<view class="padding text-center flex-sub" @tap="routerTo('/pages/orderList/dailyOrder/dailyOrder')">
|
||||
<view class="padding text-center flex-sub" @tap="routerTo('/packageOrders/pages/orderList/dailyOrder/dailyOrder')">
|
||||
<text>交易笔数</text>
|
||||
<view class="padding-sm">
|
||||
<text class="oil-main-color">{{basicData.totalCount}}</text>
|
||||
@@ -75,7 +75,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import staffApi from '@/api/staff.js'
|
||||
import staffApi from '@/packageStaff/api/staff.js'
|
||||
import cloudSiteApi from '@/api/cloud-site.js'
|
||||
export default {
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user