兼容性提交

This commit is contained in:
wong
2025-09-25 10:50:43 +08:00
parent ebc24432ff
commit 31dad88078
8 changed files with 38 additions and 37 deletions

View File

@@ -1,6 +1,5 @@
<template>
<view class="customer-management-wrapper" >
<view v-if="show" class="customer-management-container">
<view v-if="show" class="customer-management-container">
<!-- 头部 -->
<view class="header">
<view class="back-icon" @tap="closePage">
@@ -362,7 +361,7 @@
</view>
</u-popup>
</view>
</view>
</template>
<script>
@@ -1526,11 +1525,11 @@
}
.customer-card {
width: calc(50% - 15px);
}
.customer-detail-modal, .message-modal {
max-width: 500px;
// max-width: 500px;
margin: 0 auto;
}

View File

@@ -1,6 +1,6 @@
<template>
<view class="data-statistics-wrapper" >
<view v-if="show" class="data-statistics-container">
<view v-if="show" class="data-statistics-container">
<!-- 头部 -->
<view class="header">
<view class="back-icon" @tap="closePage">
@@ -528,7 +528,7 @@
@cancel="showEndDatePicker = false"
></u-datetime-picker>
</view>
</view>
</template>
<script>

View File

@@ -138,19 +138,19 @@
</view>
<!-- 流量采购页面 -->
<traffic-purchase :show="showTrafficPage" @close="closeTrafficPurchase"></traffic-purchase>
<traffic-purchase :show="showTrafficPage" @close="closeTrafficPurchase" style="top:20px"></traffic-purchase>
<!-- 供应链采购页面 -->
<supply-chain-purchase :show="showSupplyChainPage" @close="closeSupplyChainPurchase"></supply-chain-purchase>
<supply-chain-purchase :show="showSupplyChainPage" @close="closeSupplyChainPurchase" style="top:20px"></supply-chain-purchase>
<!-- 系统设置页面 -->
<system-settings :show="showSystemSettingsPage" @close="closeSystemSettings"></system-settings>
<system-settings :show="showSystemSettingsPage" @close="closeSystemSettings" style="top:20px"></system-settings>
<!-- 数据统计页面 -->
<data-statistics :show="showDataStatisticsPage" @close="closeDataStatistics"></data-statistics>
<data-statistics :show="showDataStatisticsPage" @close="closeDataStatistics" style="top:20px"></data-statistics>
<!-- 客户管理页面 -->
<customer-management :show="showCustomerManagementPage" @close="closeCustomerManagement"></customer-management>
<customer-management :show="showCustomerManagementPage" @close="closeCustomerManagement" style="top:20px"></customer-management>
<!-- 登录注册页面 -->
<login-register

View File

@@ -1,5 +1,5 @@
<template>
<view class="supply-chain-wrapper">
<view v-if="show" class="supply-chain-container">
<!-- 头部 -->
<view class="header">
@@ -69,15 +69,17 @@
<u-empty text="暂无供应商数据" mode="data"></u-empty>
</view>
</view>
<!-- 套餐详情页面 -->
<supply-item-detail
:show="showPackageDetail"
:package-data="currentPackage"
@close="closePackageDetail"
></supply-item-detail>
</view>
<!-- 套餐详情页面 -->
<supply-item-detail
:show="showPackageDetail"
:package-data="currentPackage"
@close="closePackageDetail"
></supply-item-detail>
</view>
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<view class="supply-detail-wrapper">
<view v-if="show" class="supply-detail-container">
<!-- 头部 -->
<view class="header">
@@ -126,7 +126,7 @@
</view>
</template>
</view>
</view>
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<view class="system-settings-wrapper">
<view v-if="show" class="system-settings-container">
<!-- 头部 -->
<view class="header">
@@ -47,7 +47,7 @@
<u-button type="error" shape="circle" @click="handleLogout">退出登录</u-button>
</view>
</view>
</view>
</template>
<script>

View File

@@ -1,6 +1,5 @@
<template>
<view class="traffic-purchase-wrapper">
<view v-if="show" class="traffic-purchase-container" >
<view v-if="show" class="traffic-purchase-container" >
<!-- 头部 -->
<view class="header">
<view class="back-icon" @tap="closePage">
@@ -103,15 +102,16 @@
<view class="discount-tag">{{item.discount}}</view>
</view>
</view>
</view>
<!-- 流量包详情页面 -->
<package-detail
:show="showPackageDetail"
:package-data="currentPackage"
@close="closePackageDetail"
@buy-success="handleBuySuccess"
></package-detail>
<!-- 流量包详情页面 -->
<package-detail
:show="showPackageDetail"
:package-data="currentPackage"
@close="closePackageDetail"
@buy-success="handleBuySuccess"
></package-detail>
</view>
</template>

View File

@@ -11,7 +11,7 @@
</view>
<!-- 引入侧边菜单组件 -->
<side-menu :show="menuVisible" @close="closeMenu" class="assistant111111"></side-menu>
<side-menu :show="menuVisible" @close="closeMenu" style="top:20px"></side-menu>
<!-- 搜索栏 -->
<view class="search-container" v-if="false">