瀏覽代碼

feat: 添加观看次数

tangning 2 年之前
父節點
當前提交
2d4f292a17
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/views/productOperation/livestream.vue

+ 6 - 0
src/views/productOperation/livestream.vue

@@ -154,6 +154,12 @@
           width: 80,
         },
         {
+          title: '分享次数',
+          dataIndex: 'shareCount',
+          sorter: true,
+          width: 80,
+        },
+        {
           title: '操作',
           dataIndex: 'action',
           slots: { customRender: 'action' },