mayf
2024-09-03 a71eaa5c42f8f56312a29b04748ce333e0eb9c6c
pages/settlement/list/index.vue
@@ -97,7 +97,7 @@
        extraButtons: [
          {
            text: '结算',
            show: (row) => row.status === 'PENDING',
            show: (row) => row.status === 'PENDING' || row.status === 'FAILED',
            atClick: async (row) => {
              try {
                await this.$elBusUtil.confirm('确定要结算吗?')