ly 11 месяцев назад
Родитель
Сommit
f3a6452d9b
1 измененных файлов с 1 добавлено и 1 удалено
  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: