linwenxin 2 meses atrás
pai
commit
cc1f4ffbc4

+ 2 - 2
src/views/setting/difficultyFee/difficultyExpenseApproval/InsuranceContractForm.vue

@@ -68,8 +68,8 @@
       >
         取消
       </el-button>
-      <el-button v-if="openType == 1" size="mini" type="primary" @click="networkAudit">网点申诉</el-button>
-      <el-button v-if="openType == 2" size="mini" type="primary" @click="centralAudit">中心审核</el-button>
+      <el-button v-if="type == 1" size="mini" type="primary" @click="networkAudit">网点申诉</el-button>
+      <el-button v-if="type == 2" size="mini" type="primary" @click="centralAudit">中心审核</el-button>
     </div>
   </div>
 </template>