Commit d9d414c33f1f6ffd372132fc9a08514956087398
1 parent
fb1d0aa9
放开印刷参数标题;
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/QuickQuote/index.jsx
| ... | ... | @@ -1608,9 +1608,9 @@ const BoxComponent = props => { |
| 1608 | 1608 | |
| 1609 | 1609 | const cailiaoyinshuaDiv = ( |
| 1610 | 1610 | <> |
| 1611 | - {/* <Divider {...dividerProps} orientationMargin="10px"> | |
| 1611 | + <Divider {...dividerProps} orientationMargin="10px"> | |
| 1612 | 1612 | 印刷参数 |
| 1613 | - </Divider> */} | |
| 1613 | + </Divider> | |
| 1614 | 1614 | <div className={styles.viewTable1}> |
| 1615 | 1615 | <CommonViewTable {...upViewProps12} /> |
| 1616 | 1616 | </div> | ... | ... |