소스 검색

申请开票按钮

sqg 3 년 전
부모
커밋
a03e51d185
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      front-vue/src/views/service/cost/userCostManage.vue

+ 1 - 1
front-vue/src/views/service/cost/userCostManage.vue

@@ -116,7 +116,7 @@
             v-hasPermi="['service:cost:pay']"
           >去缴费</el-button>
           <el-button
-            v-if="scope.row.zciInvoiceStatus == '0' && scope.row.zciStatus == '02'"
+            v-if="scope.row.zciStatus == '02' && scope.row.zfrStatus == '01'"
             size="mini"
             type="text"
             @click="handleApply(scope.row)"