文本内容-查看全部公告

This commit is contained in:
WindowBird 2025-11-21 15:11:26 +08:00
parent fbdf2ffaff
commit 376283608d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<view class="customer-management">
<!-- 顶部标题栏 -->
<view class="header">
<text class="header-title">客户管理</text>
<text class="header-title">搜索</text>
<view v-if="showPrivateSwitch" style="display: flex;align-items: center;gap: 6px">
<view>私有</view><uv-switch v-model="filterSelf"></uv-switch>
</view>

View File

@ -81,7 +81,7 @@
<view class="announcement-section">
<view class="announcement-header">
<text class="announcement-title-header">公告与逾期任务</text>
<text class="announcement-view-all" @click.stop="viewAllAnnouncements">查看全部</text>
<text class="announcement-view-all" @click.stop="viewAllAnnouncements">查看全部公告</text>
</view>
<scroll-view class="merged-list-scroll" scroll-y>
<view