refactor(wms): 使用CoilInfoRender组件重构钢卷信息展示

将多个文件中重复的钢卷信息展示代码提取为CoilInfoRender组件,提高代码复用性和可维护性
This commit is contained in:
2026-04-30 14:14:32 +08:00
parent 945c3560eb
commit 292e9df47d
5 changed files with 8 additions and 164 deletions

View File

@@ -3,6 +3,7 @@
:column="column"
:border="border"
size="small"
:title="title"
>
<template slot="extra">
<slot name="extra"></slot>
@@ -40,6 +41,9 @@ export default {
showOnlyValue: {
type: Boolean,
default: false
},
title: {
type: String,
}
},
computed: {