mayf
2024-09-04 1613bb1b308f5cd5e2647eab0c36ce9060023c0a
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('确定要结算吗?')