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>
+        })
       }
     },
     {