|
@@ -49,7 +49,7 @@
|
|
|
<view class="card-content">
|
|
<view class="card-content">
|
|
|
<view class="reminder-item" @click="onItemClick('复诊管理')">
|
|
<view class="reminder-item" @click="onItemClick('复诊管理')">
|
|
|
<view class="reminder-icon">
|
|
<view class="reminder-icon">
|
|
|
- <image src="/static/icons/remixicon/time-line.svg" class="icon" />
|
|
|
|
|
|
|
+ <image src="/static/icons/remixicon/question-line.svg" class="icon" />
|
|
|
</view>
|
|
</view>
|
|
|
<view class="reminder-text">
|
|
<view class="reminder-text">
|
|
|
<text class="reminder-number">{{ todayReminders.pendingCount }}</text>
|
|
<text class="reminder-number">{{ todayReminders.pendingCount }}</text>
|
|
@@ -58,7 +58,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="reminder-item" @click="onItemClick('复诊管理')">
|
|
<view class="reminder-item" @click="onItemClick('复诊管理')">
|
|
|
<view class="reminder-icon">
|
|
<view class="reminder-icon">
|
|
|
- <image src="/static/icons/remixicon/alert-line.svg" class="icon" />
|
|
|
|
|
|
|
+ <image src="/static/icons/remixicon/time-line.svg" class="icon" />
|
|
|
</view>
|
|
</view>
|
|
|
<view class="reminder-text">
|
|
<view class="reminder-text">
|
|
|
<text class="reminder-number">{{ todayReminders.confirmedCount }}</text>
|
|
<text class="reminder-number">{{ todayReminders.confirmedCount }}</text>
|