linwenxin 2 bulan lalu
induk
melakukan
054c8be47f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/views/mallManagement/settleManagElecpay/index.vue

+ 1 - 1
src/views/mallManagement/settleManagElecpay/index.vue

@@ -347,7 +347,7 @@ export default {
         },
         settle: {
           conditions: ({ row, index, column }) => {
-            return row.status === 'WAIT'
+            return ['YC', 'WAIT'].includes(row.status)
           },
           btnType: 'text',
           prompt: '是否确定结算?',