peng
4 天以前 8afb03dff259e8312dc6786680b0e420a8de9f24
解决已分享不显示问题
1个文件已修改
2 ■■■ 已修改文件
manager/src/views/order/cardPack/cardPack.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
manager/src/views/order/cardPack/cardPack.vue
@@ -399,7 +399,7 @@
            let text = '未知';
            let color = '#999';
            if (status === 'SHARED') {
            if (status === 'SHARE') {
              text = '已分享';
              color = '#00B42A';
            } else if (status === 'NOT_SHARE') {