fix:成品库可打印成品标签

This commit is contained in:
shijing 2025-11-20 10:46:11 +08:00
parent 13007d7642
commit 83dbf67911
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
</el-table-column> </el-table-column>
<el-table-column width="90"> <el-table-column width="90">
<template #default="scope"> <template #default="scope">
<!-- <el-button @click="printMaterial(scope.row)" type="text">物料标签</el-button> --> <el-button @click="printMaterial(scope.row)" type="text">标签</el-button>
<el-link :underline="false" type="primary" <el-link :underline="false" type="primary"
@click="handleWatch(scope.row)" @click="handleWatch(scope.row)"
>流程图</el-link> >流程图</el-link>