瀏覽代碼

点击开单项到医嘱

zhangxc 6 年之前
父節點
當前提交
686d0e6888
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/PushItems/index.jsx

+ 1 - 1
src/components/PushItems/index.jsx

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