refactor(wms): 使用CoilInfoRender组件重构钢卷信息展示
将多个文件中重复的钢卷信息展示代码提取为CoilInfoRender组件,提高代码复用性和可维护性
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user