cloudroam
2024-09-14 7f177f5915a1dbdf8ad6cd840b4d7408b9f3598f
pages/marketing/point-mall/goods.vue
@@ -126,7 +126,7 @@
        extraButtons: [
          {
            text: '上架',
            show: (row) => row.status === 'I',
            show: (row) => row.status === 'I' && row.stock>0,
            atClick: async (row) => {
              try {
                await this.$elBusUtil.confirm('确定要上架吗?')