修改
This commit is contained in:
@@ -83,6 +83,15 @@
|
||||
</view>
|
||||
<text>{{ item.name }}</text>
|
||||
</view>
|
||||
<view class="cu-item" @tap="routerTo(cuIconList[9].path)">
|
||||
<view :class="['cuIcon-' + cuIconList[9].cuIcon, 'text-' + cuIconList[9].color]" class="text-sl">
|
||||
<view class="cu-tag badge" v-if="cuIconList[9].badge != 0">
|
||||
<block v-if="cuIconList[9].badge != 9">
|
||||
{{ cuIconList[9].badge > 99 ? '99+' : cuIconList[9].badge }}</block>
|
||||
</view>
|
||||
</view>
|
||||
<text>{{ cuIconList[9].name }}</text>
|
||||
</view>
|
||||
<view class="cu-item" @tap="routerTo('/pages/station-price/station-price')">
|
||||
<view :class="['cuIcon-' + cuIconList[1].cuIcon, 'text-' + cuIconList[1].color]" class="text-sl">
|
||||
<view class="cu-tag badge" v-if="cuIconList[1].badge != 0">
|
||||
@@ -269,7 +278,13 @@
|
||||
badge: 0,
|
||||
name: '交易统计'
|
||||
},
|
||||
|
||||
{
|
||||
cuIcon: 'refund',
|
||||
path: '/oilPricesReported/oilPricesReported',
|
||||
color: 'purple',
|
||||
badge: 0,
|
||||
name: '油价上报'
|
||||
},
|
||||
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user