components/table1/table1.vue
@@ -1,6 +1,6 @@ <template> <div> <el-table :max-height="height" :data="data" > <el-table :min-height="height" :data="data" > <el-table-column min-width="110" :sort-method="sortAge" v-for="column in columns" :key="column.prop" :label="column.label" header-align="center"> <template slot-scope="scope" class="font-family"> <template v-if="column.type === 'image'">