mayf
2024-09-03 3a68c4380090ce1ded8941ef30d22a8a576ca6a3
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('确定要结算吗?')