|
@@ -326,7 +326,7 @@ class PushItems extends Component {
|
|
<img src={recommendImg} />
|
|
<img src={recommendImg} />
|
|
推荐检验检查
|
|
推荐检验检查
|
|
<div className={style["billing"]}
|
|
<div className={style["billing"]}
|
|
- style={assay.length === 0 && check.length === 0 ? {color: 'gray', border: '1px solid gray'} : ''}
|
|
|
|
|
|
+ style={assay.length === 0 && check.length === 0 ? {color: 'gray', border: '1px solid gray', cursor:'auto'} : ''}
|
|
onClick={assay.length === 0 && check.length === 0 ? '' : billing}>
|
|
onClick={assay.length === 0 && check.length === 0 ? '' : billing}>
|
|
开单
|
|
开单
|
|
</div>
|
|
</div>
|