gjy 2 년 전
부모
커밋
30b61c0543
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      src/views/tranManagement/tranManagementVehicleDispatching.vue

+ 5 - 3
src/views/tranManagement/tranManagementVehicleDispatching.vue

@@ -107,15 +107,17 @@
             </el-form-item>
             <div class="input-item-margin">
               <div style="display:inline-block;" v-if="deptBudgetList.priceStatus=='审核中'&&pricetype==1">
+                {{deptBudgetList.approveStatus}}
                 <el-button type="primary" v-hasPermission="`tranManager.vehicleDispatching.reprice`" size="small"
-                  @click="examine(1)">{{deptBudgetList.approveStatus}}
+                @click="examine(1)">审核中
                 </el-button>
               </div>
               <el-button v-if="deptBudgetList.priceStatus!='审核中'&&pricetype==1" type="primary" @click="priceSubmit(1)">提交</el-button>
               <!-- <el-button @click="examine(1)" v-else-if="deptBudgetList.priceStatus=='审核中'&&pricetype==1" type="primary">{{deptBudgetList.approveStatus}}</el-button> -->
               <div style="display:inline-block;" v-if="deptBudgetList.priceStatusCar=='审核中'&&pricetype==2">
-                <el-button type="primary" v-hasPermission="`tranManager.vehicleDispatching.reprice`" size="small"
-                  @click="examine(2)">{{deptBudgetList.approveStatus}}
+                {{deptBudgetList.approveStatus}}
+                <el-button @click="examine(2)" type="primary" v-hasPermission="`tranManager.vehicleDispatching.reprice`" size="small"
+                  >审核中
                 </el-button>
               </div>
               <el-button v-if="deptBudgetList.priceStatusCar!='审核中'&&pricetype==2" type="primary" @click="priceSubmit(2)">提交</el-button>