|
@@ -61,7 +61,6 @@
|
|
|
@sort-change="sortChange"
|
|
|
@selection-change="handleSelectionChange"
|
|
|
>
|
|
|
- <el-table-column type="selection" width="55"></el-table-column>
|
|
|
<el-table-column prop="imageUrl" label="照片" width="150">
|
|
|
<template slot-scope="{row}">
|
|
|
<a v-if="row.imageUrl" :href="row.imageUrl" target="_blank">
|