mh-two-thousand-and-two
2024-04-03 29a02350b873fa6339a7535fa929697fec9a8f84
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'">