隐藏耗材管理

This commit is contained in:
魏啾 2024-11-01 13:35:20 +08:00
parent 964877f763
commit 367cb7c2d7
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<el-button type="primary" icon="el-icon-plus" @click="clickdialogframe('add')">添加</el-button>
<el-button @click="$router.push({ name: 'operation_in' })">入库</el-button>
<el-button @click="$router.push({ name: 'operation_out' })">出库</el-button>
<el-button @click="$router.push({ name: 'cons_record' })">耗材记录</el-button>
<!-- <el-button @click="$router.push({ name: 'cons_record' })">耗材记录</el-button> -->
<el-button @click="$router.push({ name: 'type' })">分类管理</el-button>
<el-button @click="$router.push({ name: 'supplier_manage' })">供应商管理</el-button>
</div>