update
This commit is contained in:
parent
8f6f89cad0
commit
ffef05b40f
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user