| | |
| | | <div style="display: flex;align-items: center;"> |
| | | <span style="margin-right: 8px;">{{ row.name }}</span> |
| | | <el-icon v-if="row.fileType === 'other'"> |
| | | <el-tooltip class="box-item" effect="light" content="其他文件" placement="right"> |
| | | <FolderOpened /> |
| | | </el-tooltip> |
| | | </el-icon> |
| | | <img v-else src="./app.jpg" alt="" width="16" height="16"> |
| | | <el-icon v-if="row.fileType === 'program'"> |
| | | <el-tooltip class="box-item" effect="light" content="程序文件" placement="right"> |
| | | <Tickets/> |
| | | </el-tooltip> |
| | | </el-icon> |
| | | |
| | | <!--<img v-else src="./app.jpg" alt="" width="16" height="16">--> |
| | | </div> |
| | | </template> |
| | | </el-table-column> |