outaozhen 5 年之前
父節點
當前提交
25a1a7150e
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/pages/Product/Lock/Lockstore/index.jsx

+ 3 - 1
src/pages/Product/Lock/Lockstore/index.jsx

@@ -64,7 +64,9 @@ const Lockstore = props => {
       width: 350,
       render: text => {
         const productArr = text.split('+')
-        return productArr.map(item => <span />)
+        productArr.map((item) => {
+          return <Tag key={item} color="#886ab5">{item}</Tag>
+        })
       }
     },
     {