mayf
2024-08-26 308268036948170604fea05e6bd56b70c25b9df4
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('确定要结算吗?')