liuhj 9 months ago
parent
commit
10bc256fde
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/Finance/LncomingBills.vue

+ 2 - 2
src/components/Finance/LncomingBills.vue

@@ -156,7 +156,7 @@
                             <el-button
                             v-if="scope.row.status==1"
                             size="mini"
-                            type="info"
+                            type="success"
                             title="已确认">
                             <i class="el-icon-check"></i></el-button>
                             <el-button
@@ -479,7 +479,7 @@ export default {
         },
         //判断id
         judgmentId(val){
-            if(val==233||val==21||val==20){
+            if(val==233||val==21||val==22){
                 return true
             }
         },