ccjgmwz il y a 3 ans
Parent
commit
212b94ffd8
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      public/static/inspection.html

+ 2 - 2
public/static/inspection.html

@@ -159,10 +159,10 @@
             <td v-if="tableData.confirm == '1'" class="col col-bgc">单价(元/公斤)</td>
             <td v-else class="col col-bgc">待定单价(元/公斤)</td>
             <td class="col">{{tableData.tidalGrainPrice}}</td>
-            <td class="col " v-if="printData.type == '潮粮'">
+            <td class="col " v-if="tableData.type == '潮粮'">
               {{tableData.tidalGrainPrice}}
             </td>
-            <td class="col " v-if="printData.type == '干粮'">
+            <td class="col " v-if="tableData.type == '干粮'">
               {{tableData.dryGrainPrice}}
             </td>
           </tr>