소스 검색

fix(组件): 看板去掉创建时间

gemercheung 2 년 전
부모
커밋
589e6281b1
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/views/dashboard/analysis/index.vue

+ 0 - 6
src/views/dashboard/analysis/index.vue

@@ -120,12 +120,6 @@
       width: 120,
     },
     {
-      title: '创建时间',
-      dataIndex: 'createTime',
-      slots: { customRender: 'Time' },
-      width: 150,
-    },
-    {
       title: '初次进入房间',
       dataIndex: 'firstEnterRoomTime',
       slots: { customRender: 'Time1' },