Explorar el Código

complete commit

xubo hace 1 año
padre
commit
62bebe204e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>-->