luolei 4 vuotta sitten
vanhempi
commit
5fbc61457b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>
         `