Ver código fonte

药品类型

luolei 4 anos atrás
pai
commit
5fbc61457b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/js/advice.js

+ 1 - 1
src/js/advice.js

@@ -303,7 +303,7 @@ function renderTab(data,activePage){
                 <td class="textCenter">${item.daStartDate||'-'}</td>
                 <td class="textCenter">${item.daStopDate||'-'}</td>
                 <td class="textCenter">${item.daPrescriptionType||'-'}</td>
-                <td class="textCenter">${item.medicineType == 0?'普药':(item.medicineType == 1?'抗生素':item.medicineType == 1?'激素':'-')||'-'}</td>
+                <td class="textCenter">${item.medicineType == 0?'普药':(item.medicineType == 1?'抗生素':item.medicineType == 2?'激素':'-')||'-'}</td>
                 <td class="textCenter">${item.doctorName||'-'}</td>
             </tr>
         `