소스 검색

improve: 调整列表

From-wh 2 년 전
부모
커밋
e475b34f3e
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      template/admin/src/components/uploadPictures/index.vue

+ 0 - 5
template/admin/src/components/uploadPictures/index.vue

@@ -177,11 +177,6 @@
                 </div>
               </template>
             </el-table-column>
-            <el-table-column label="大小" min-width="80">
-              <template slot-scope="scope">
-                <span>{{ scope.row.size }}</span>
-              </template>
-            </el-table-column>
             <el-table-column label="上传时间" min-width="100">
               <template slot-scope="scope">
                 <span>{{ scope.row.time }}</span>