fix:成品库可打印成品标签
This commit is contained in:
parent
13007d7642
commit
83dbf67911
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue