- {info.colorDataList?.map(e =>
-
- {e.pbcCommonDataSystem}
-
+
+
+ 基本信息
+ {info.pbcState === 1 ? } color="success">
+ 上架中
+ :
+ } color="default">
+ 已下架
+ }
+ >} column={3}>
+ {info.pbcProductTitle}
+ {info.pbcProductTopCategoryName}/{info.pbcProductParentCategoryName}/{info.pbcProductCategoryName}
+ ¥{info.pbcProductPrice}
+
+
+ {info.colorDataList?.map(e =>
+
+ {e.pbcCommonDataSystem}
+
+
+ )}
+
+
+
+
+
+
+ {info.productCommonDataList?.map(e =>
+
+ {e.pbcSystemName}
+ {e.pbcSystemInputType == 'select' ? e.pbcCommonDataSystemValue : e.pbcCommonDataSystem}
)}
-
-