fix: 仓库查看按钮先去除
This commit is contained in:
parent
6a212139d2
commit
611255a2d0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue