优化收银全部菜单不可点击

This commit is contained in:
gyq
2024-03-16 14:30:07 +08:00
parent f36af706d6
commit 7f8831c3cd
3 changed files with 42 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
<template #default>
<div class="popover_wrap">
<el-button :plain="categorysActive != index" type="primary" v-for="(item, index) in categorys"
:key="item.id" @click="changeCategory(item, index)">
:key="item.id" @click="changeCategory(index)">
{{ item.name }}
</el-button>
</div>