Ver Fonte

complete commit

xubo há 1 ano atrás
pai
commit
62bebe204e
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/App.vue

+ 2 - 2
src/App.vue

@@ -9,9 +9,9 @@
         <option value="TrainTicket">火车票</option>
         <option value="TaxiInvoice">出租车发票</option>
         <option value="QuotaInvoice">定额发票</option>
-        <option value="Invoice">增值税发票</option>
+        <option value="Invoice">增值税普通发票</option>
       </select>
-      金额: <label id="far"></label>   票号:<label id="ticket_number"></label>
+      金额: <label id="far" style="color: red;"></label>   票号:<label id="ticket_number" style="color: blue;"></label>
     </div>
     <button @click="uploadFile">Upload</button>
     <!--    <button @click="recognizeOcr">发票识别</button>-->