zhaoy 9 months ago
parent
commit
36b3f7b83d
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      src/pages/database/goods/goodsInfo/components/goodstechnologymaken.jsx
  2. +2
    -0
      src/pages/device/productmanage/index.jsx

+ 1
- 1
src/pages/database/goods/goodsInfo/components/goodstechnologymaken.jsx View File

@@ -396,7 +396,7 @@ const goodstechnologymaken = (props) => {
)
}
</Card>
<Card bodyStyle={{ padding: 15 }} style={{ display: display }} >
<Card bodyStyle={{ padding: 15 }} >
<div style={{ fontSize: 16, marginBottom: 5, color: '#1890ff', fontWeight: 600 }}>选择设备:
<Select
showSearch


+ 2
- 0
src/pages/device/productmanage/index.jsx View File

@@ -87,6 +87,7 @@ const bomtechnology = (props) => {
operationKey: props.location.query.tabStatus ? props.location.query.tabStatus : 'basis',
tabActiveKey: props.location.query.tabStatus ? props.location.query.tabStatus : 'basis',
});
const { Paragraph, Text } = Typography;
useEffect(() => {
console.log("props.location",props.location)
SetCurrTabKey(tabStatus.tabActiveKey);
@@ -280,6 +281,7 @@ const bomtechnology = (props) => {
valueType: 'textarea',
ellipsis: true,
search: true,
render: (text) => <Paragraph style={{display:'inline'}} copyable>{text}</Paragraph>,
},
{
title: '类型',


Loading…
Cancel
Save