From 25538c1063d1e9a2d8dac1b813d43e7d8fb18e3f Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 02 三月 2026 09:57:38 +0800
Subject: [PATCH] 经销商管理
---
admin/src/components/business/OperaIntegralShopMoneyWindow.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/admin/src/components/business/OperaIntegralShopMoneyWindow.vue b/admin/src/components/business/OperaIntegralShopMoneyWindow.vue
index ca830d8..bb3c69d 100644
--- a/admin/src/components/business/OperaIntegralShopMoneyWindow.vue
+++ b/admin/src/components/business/OperaIntegralShopMoneyWindow.vue
@@ -2,11 +2,12 @@
<GlobalWindow
:title="title"
width="100%"
+ :withFooter="false"
:visible.sync="visible"
>
<TableLayout :permissions="['business:integral:query']">
<!-- 鎼滅储琛ㄥ崟 -->
- <el-form ref="searchForm" slot="search-form" id='curSearchForm' :model="searchForm" label-width="100px" inline>
+ <el-form ref="searchForm" slot="search-form" id='curSearchForm' :model="searchForm" label-width="100px" >
<el-form-item label="" prop="type">
<el-select v-model="searchForm.type" placeholder="璇烽�夋嫨鏀舵敮绫诲瀷" @change="search" >
<el-option :key="0" :value="0" label="鏀跺叆"></el-option>
@@ -61,7 +62,6 @@
<el-table
v-loading="isWorking.search"
:data="tableData.list"
- :height="tableHeight"
stripe
border
>
@@ -155,10 +155,10 @@
}
</script>
<style scoped>
-.table-pagination{
+/*.table-pagination{
position: fixed !important;
- bottom: 50px;
-}
+ bottom: 0px;
+}*/
.header-b{
display: inline-block;
font-size: 16px;
--
Gitblit v1.9.3