diff --git a/src/views/project/components/myTable.vue b/src/views/project/components/myTable.vue index 060e16d..2947a9d 100644 --- a/src/views/project/components/myTable.vue +++ b/src/views/project/components/myTable.vue @@ -2,7 +2,7 @@ <div class="tit" v-if="baseData.tit">{{ baseData.tit }}</div> <el-table :data="pager.lists" style="width: 100%"> <el-table-column :label="item.label" :prop='item.prop' width="180" v-for="(item, index) in baseData.columnList" - :key="index" /> + :key="index" show-overflow-tooltip /> </el-table> <div class="flex justify-end mt-4"> <pagination v-model="pager" @change="getLists" />