完善功能

This commit is contained in:
wangxiaowei
2026-03-28 16:42:02 +08:00
parent 9bb0de97b0
commit 7948cbc6aa
18 changed files with 297 additions and 432 deletions

View File

@ -47,11 +47,6 @@
<el-image style="width:50px;height:50px;" :src="row.image" />
</template>
</el-table-column>
<el-table-column label="门店类型" prop="operation_type">
<template #default="{ row }">
<dict-value :options="dictData.operation_type" :value="row.operation_type" />
</template>
</el-table-column>
<el-table-column label="店铺状态" prop="status">
<template #default="{ row }">
<span>{{ row.status == 1 ? '上架' : '下架' }}</span>
@ -65,30 +60,6 @@
<el-table-column label="门店余额" prop="balance" show-overflow-tooltip />
<el-table-column label="操作" width="200" fixed="right">
<template #default="{ row }">
<div v-if="row.operation_type == 1">
<el-button v-perms="['tea_room/lists']" type="primary" link>
<router-link :to="{
path: getRoutePath('tea_room/lists'),
query: {
id: row.id
}
}">
包间
</router-link>
</el-button>
<!--
<el-button type="primary" link>
<router-link :to="{
path: getRoutePath('tea_room/lists'),
query: {
id: row.id
}
}">
包间
</router-link>
</el-button> -->
</div>
<div class="flex items-center">
<el-button v-perms="['tea_store/license']" type="primary" link @click="handleSee(row)">
资质