This commit is contained in:
weiz 2024-03-22 17:04:09 +08:00
parent 8f6f89cad0
commit ffef05b40f

View File

@ -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" />