完善功能

This commit is contained in:
wangxiaowei
2026-03-31 21:58:51 +08:00
parent 9569903e0a
commit efe44f4ade
14 changed files with 481 additions and 80 deletions

View File

@ -33,12 +33,6 @@
</el-form>
</el-card>
<el-card class="!border-none" v-loading="pager.loading" shadow="never">
<el-button v-perms="['tea_store_real/add']" type="primary" @click="handleAdd">
<template #icon>
<icon name="el-icon-Plus" />
</template>
新增
</el-button>
<el-button v-perms="['tea_store_real/delete']" :disabled="!selectData.length"
@click="handleDelete(selectData)">
删除