| | |
| | | </el-table-column> |
| | | <el-table-column align="center" prop="name" label="名称"> |
| | | <template slot-scope="scope"> |
| | | <div>{{ scope.row.name }}</div> |
| | | <div |
| | | style=" |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | | " |
| | | :title="scope.row.name" |
| | | > |
| | | {{ scope.row.name }} |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="num" label="文件数" width="70"> |
| | |
| | | num: item.文件数, |
| | | } |
| | | }) |
| | | console.log(count) |
| | | this.config1.number = [count] |
| | | this.config1 = { |
| | | ...this.config1, |
| | |
| | | </style> |
| | | |
| | | <style lang="scss"> |
| | | .data-storage { |
| | | .index-wrap { |
| | | margin: 0 auto; |
| | | width: 14px; |
| | |
| | | height: 0; |
| | | } |
| | | } |
| | | } |
| | | </style> |