Kaynağa Gözat

fix:页面样式调整

ly 11 ay önce
ebeveyn
işleme
f79c02e576
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/views/business/invoice/form.vue

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

@@ -236,7 +236,7 @@
 
                     </el-row>
                 </el-form>
-              <div style="margin: 10px 0px 10px 0px;" v-if="form.id !== null ||(form.status!=null &&form.status !== 0)">
+              <div style="margin: 20px 0px 20px 10px;" v-if="form.id !== null ||(form.status!=null &&form.status !== 0)">
                 <span style="font-size: 14px;">审核履历</span>
 
               </div>
@@ -701,7 +701,7 @@ const statusFormat = (invoiceStatus)=>{
         case 2:
           return "拒绝";
         case 3:
-          return "审核";
+          return "通过";
         case 4:
           return "退回";
         case 5: