陶杰
2024-09-13 fd005f5ba92577979bece450d737e70d00eb55c6
1.库存为0,上架按钮不显示
已修改1个文件
2 ■■■ 文件已修改
pages/marketing/point-mall/goods.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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('确定要上架吗?')