Parcourir la source

feat: 添加观看次数

tangning il y a 2 ans
Parent
commit
2d4f292a17
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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' },