每天都在进步,说明你有上进心

如果你记忆力差,那可以多写来弥补

记录下具体代码写法而已,忽略

<el-table-column min-width="140" label="附件" header-align="center" align="center">
        <template slot-scope="scope">
              <template v-for="(item,index) in scope.row.fileViewList">
                 <el-link :key="index" type="primary" :href="item.url" target="_blank">{{ item.name }}</el-link>
                 <span v-if="index != scope.row.fileViewList.length-1" :key="index" style="color:#000">、</span>
              </template>
        </template>
</el-table-column>
 
效果如下:

 

 


 

 

posted on 2020-09-08 11:21  代码中透露着杀气  阅读(1343)  评论(0编辑  收藏  举报

如果你记忆力差,那可以多写来弥补