新增种类管理功能:首页菜单+种类管理页面
This commit is contained in:
@@ -61,6 +61,13 @@
|
||||
<text class="menu-card-title">商品管理</text>
|
||||
<text class="menu-card-desc">管理商品库存</text>
|
||||
</view>
|
||||
<view class="menu-card" @click="goTo('/pages/category/index')">
|
||||
<view class="menu-card-icon purple">
|
||||
<Icon name="setting" :size="40" color="#fff" />
|
||||
</view>
|
||||
<text class="menu-card-title">种类管理</text>
|
||||
<text class="menu-card-desc">管理商品种类</text>
|
||||
</view>
|
||||
<view class="menu-card" @click="goTo('/pages/order/create')">
|
||||
<view class="menu-card-icon green">
|
||||
<Icon name="edit" :size="40" color="#fff" />
|
||||
@@ -451,6 +458,10 @@ export default {
|
||||
background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
|
||||
}
|
||||
|
||||
.menu-card-icon.purple {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
}
|
||||
|
||||
.menu-card-title {
|
||||
font-size: 28rpx;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user