fix: 仓库查看按钮先去除

This commit is contained in:
caoqianming 2023-12-25 10:08:35 +08:00
parent 6a212139d2
commit 611255a2d0
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@
</el-table-column>
<el-table-column label="操作" fixed="right" align="center" width="150px">
<template #default="scope">
<el-button link type="primary" @click="toMb(scope.row)">
<!-- <el-button link type="primary" @click="toMb(scope.row)">
查看
</el-button>
</el-button> -->
<el-button link type="primary" @click="table_edit(scope.row)" v-auth="'warehouse.update'">
编辑
</el-button>