dev
This commit is contained in:
parent
0465206aee
commit
aed4bcc771
|
|
@ -18,13 +18,15 @@
|
|||
/>
|
||||
</template>
|
||||
<div class="container" style="max-height: 300px">
|
||||
<el-table :data="searchList" max-height="300" :header-cell-style="{ backgroundColor: '#F1F5FB' }">
|
||||
<el-table :data="searchList" max-height="300" @row-click="clickRow" :header-cell-style="{ backgroundColor: '#F1F5FB' }">
|
||||
<el-table-column
|
||||
v-for="(conf, index) in props.showConfig"
|
||||
:key="index"
|
||||
:label="conf.label"
|
||||
:prop="conf.prop"
|
||||
show-overflow-tooltip
|
||||
>
|
||||
</el-table-column>
|
||||
/>
|
||||
</el-table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue