Commit ab124071 authored by zhengke's avatar zhengke

修改

parent 20e01bfb
<style lang="scss">
.customform .q-table__bottom{
min-height: 0;
}
</style>
<template>
<div class="customform">
<q-table :pagination="pageMsg" :loading="loading" no-data-label="暂无相关数据" flat
class="sticky-column-table sticky-right-column-table no-bottom-table" separator="none" :data="dataList" :columns="columns"
class="sticky-column-table sticky-right-column-table " separator="none" :data="dataList" :columns="columns"
row-key="name">
<template v-slot:top="props">
<q-space />
......@@ -41,6 +46,9 @@
label="删除" @click="RemoveCustomer(props.row)" />
</q-td>
</template>
<template v-slot:bottom>
<div></div>
</template>
</q-table>
<perCustomer-form v-if="isShowCustomForm" :customerObj="customerObj" @close="closeCustomForm"
@success="refreshQuestion">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment