Procházet zdrojové kódy

fix:页面样式调整

ly před 11 měsíci
rodič
revize
f3a6452d9b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/business/invoice/form.vue

+ 1 - 1
src/views/business/invoice/form.vue

@@ -695,7 +695,7 @@ const invoiceContent = (invoiceContent) =>{
 const statusFormat = (invoiceStatus)=>{
       switch (invoiceStatus){
         case 0:
-          return "待提交";
+          return "保存";
         case 1:
           return "提交";
         case 2: