修改一些bug

This commit is contained in:
zouzhibing
2022-03-17 17:16:24 +08:00
parent 47b2a80bd0
commit ca8566414d
129 changed files with 54 additions and 31558 deletions

View File

@@ -5,12 +5,8 @@
<zb-table
:show-header="true"
:columns="column"
:stripe="true"
:fit="false"
show-summary
sum-text="合计"
@rowClick="rowClick"
:summary-method="getSummaries"
@toggleRowSelection="toggleRowSelection"
@toggleAllSelection="toggleAllSelection"
:border="true"
@@ -99,6 +95,24 @@
</view>
</uni-card>
<uni-card title="表尾合计" >
<view style="height: 300px">
<zb-table
:show-header="true"
:columns="column"
:fit="false"
:show-summary="true"
:summary-method="getSummaries"
@rowClick="rowClick"
@toggleRowSelection="toggleRowSelection"
@toggleAllSelection="toggleAllSelection"
:border="true"
@edit="buttonEdit"
@dele="dele"
:data="data"></zb-table>
</view>
</uni-card>
</view>
</template>