feat(coil): 添加钢卷标签预览功能
在钢卷入库页面新增标签预览功能,用户可查看并打印钢卷标签。添加了相关API调用和弹窗组件,优化了用户体验。
This commit is contained in:
@@ -333,7 +333,7 @@
|
||||
</div>
|
||||
</el-dialog>
|
||||
|
||||
<!-- 标签预览弹窗 -->
|
||||
<!-- 标签预览弹窗 -->
|
||||
<el-dialog title="标签预览" :visible.sync="labelRender.visible" append-to-body>
|
||||
<label-render :content="labelRender.data" :labelType="labelRender.type" />
|
||||
</el-dialog>
|
||||
|
||||
Reference in New Issue
Block a user