Browse Source

药品类型

luolei 4 years atrás
parent
commit
5fbc61457b
1 changed files with 1 additions and 1 deletions
  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.daStartDate||'-'}</td>
                 <td class="textCenter">${item.daStopDate||'-'}</td>
                 <td class="textCenter">${item.daStopDate||'-'}</td>
                 <td class="textCenter">${item.daPrescriptionType||'-'}</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>
                 <td class="textCenter">${item.doctorName||'-'}</td>
             </tr>
             </tr>
         `
         `