ccjgmwz 3 vuotta sitten
vanhempi
commit
efd2f64c8b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/houseSelfCollect/paymentManagement.vue

+ 1 - 1
src/views/houseSelfCollect/paymentManagement.vue

@@ -306,7 +306,7 @@
               v-if="
                 (!scope.row.approveStatus ||
                   scope.row.approveStatus == '待结算') &&
-                scope.row.status == '待结算'
+                (scope.row.status == '待结算' || scope.row.status == '已驳回' )
               "
               @click="settlement(1, scope.row)"
               >结算</el-button