feat: 耗材分组

This commit is contained in:
duan
2025-02-27 18:07:41 +08:00
parent b140b6c662
commit d4b5164f79
10 changed files with 339 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
<el-button type="success" icon="Plus">新增</el-button>
<el-button>入库</el-button>
<el-button>出库</el-button>
<el-button>分类管理</el-button>
<el-button @click="toUrl('classification')">分类管理</el-button>
<el-button @click="toUrl('supplier')">供应商管理</el-button>
</template>
<script setup>