浏览代码

no message

linwenxin 2 周之前
父节点
当前提交
054c8be47f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: '是否确定结算?',