修改一些bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user