diff --git a/src/layout/components/navbar.vue b/src/layout/components/navbar.vue index 438c4b7..d641337 100644 --- a/src/layout/components/navbar.vue +++ b/src/layout/components/navbar.vue @@ -37,9 +37,9 @@ const { - + - + @@ -61,9 +61,9 @@ const { - + diff --git a/src/layout/components/sidebar/horizontal.vue b/src/layout/components/sidebar/horizontal.vue index d6f705a..4c81165 100644 --- a/src/layout/components/sidebar/horizontal.vue +++ b/src/layout/components/sidebar/horizontal.vue @@ -47,9 +47,9 @@ nextTick(() => { - + - + @@ -65,9 +65,9 @@ nextTick(() => { - + diff --git a/src/layout/components/sidebar/mixNav.vue b/src/layout/components/sidebar/mixNav.vue index 18ec4d3..b7dc5d5 100644 --- a/src/layout/components/sidebar/mixNav.vue +++ b/src/layout/components/sidebar/mixNav.vue @@ -76,9 +76,9 @@ watch( - + - + @@ -94,9 +94,9 @@ watch( - + diff --git a/src/views/shop/cabinet-goods/cabinet-goods-config-modal.vue b/src/views/shop/cabinet-goods/cabinet-goods-config-modal.vue index 6515aea..b41dbc5 100644 --- a/src/views/shop/cabinet-goods/cabinet-goods-config-modal.vue +++ b/src/views/shop/cabinet-goods/cabinet-goods-config-modal.vue @@ -1,5 +1,5 @@ diff --git a/src/views/shop/cabinet-goods/index.vue b/src/views/shop/cabinet-goods/index.vue index c3c11b1..afa39d1 100644 --- a/src/views/shop/cabinet-goods/index.vue +++ b/src/views/shop/cabinet-goods/index.vue @@ -191,89 +191,118 @@ const handleClearGoods = async (row: CabinetCellDTO) => { - - - - - - - - - - - - - - - - - - - - - 搜索 - - - 重置 - - - + + + + 柜机列表 + + + + {{ cabinet.cabinetName }} + + + + - - - - 批量删除 - - - - - - - - - - - - {{ row.goodsId ? row.goodsName : '未配置商品' }} - - - - - - - - {{ switchCellType(row.cellType) }} - - - - - - 配置商品 - - - 配置库存 - - - 下架商品 - - - - - - - - - + + + + + + + + + + + + + + + + + 搜索 + + + 重置 + + + + + + + + 批量删除 + + + + + + + + + + + + {{ row.goodsId ? row.goodsName : '未配置商品' }} + + + + + + + + {{ switchCellType(row.cellType) }} + + + + + + 配置商品 + + + 配置库存 + + + 下架商品 + + + + + + + + + + - +