Showing
1 changed file
with
4 additions
and
4 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-01-25 15:34:17 | 2 | * @Date: 2025-01-25 15:34:17 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-12-18 23:28:38 | 4 | + * @LastEditTime: 2025-12-18 23:38:02 |
| 5 | * @FilePath: /mlaj/src/components/ui/CollapsibleCalendar.vue | 5 | * @FilePath: /mlaj/src/components/ui/CollapsibleCalendar.vue |
| 6 | * @Description: 可折叠日历组件 | 6 | * @Description: 可折叠日历组件 |
| 7 | --> | 7 | --> |
| ... | @@ -29,7 +29,7 @@ | ... | @@ -29,7 +29,7 @@ |
| 29 | <div class="calendar-date-display" @click="expandCalendar"> | 29 | <div class="calendar-date-display" @click="expandCalendar"> |
| 30 | <div class="calendar-date-main">{{ formattedCurrentDate }}</div> | 30 | <div class="calendar-date-main">{{ formattedCurrentDate }}</div> |
| 31 | <div class="calendar-weekday">{{ formattedWeekday }}</div> | 31 | <div class="calendar-weekday">{{ formattedWeekday }}</div> |
| 32 | - <div class="text-xs text-gray-500 mt-1 collapsible-text">点击切换日期</div> | 32 | + <div class="text-xs text-gray-500 mt-1 collapsible-text">切换日期</div> |
| 33 | </div> | 33 | </div> |
| 34 | <!-- <div class="calendar-action"> | 34 | <!-- <div class="calendar-action"> |
| 35 | <div class="calendar-action-text">指定日期</div> | 35 | <div class="calendar-action-text">指定日期</div> |
| ... | @@ -49,7 +49,7 @@ | ... | @@ -49,7 +49,7 @@ |
| 49 | </svg> | 49 | </svg> |
| 50 | </div> | 50 | </div> |
| 51 | </div> | 51 | </div> |
| 52 | - <div v-if="selectedSubtask" class="text-xs text-gray-500 mt-1 cursor-pointer hover:text-green-600 transition-colors collapsible-text" @click.stop="openRulesPopup">点击查看打卡规则</div> | 52 | + <div v-if="selectedSubtask" class="text-xs text-gray-500 mt-1 cursor-pointer hover:text-green-600 transition-colors collapsible-text" @click.stop="openRulesPopup">作业信息</div> |
| 53 | </div> | 53 | </div> |
| 54 | </div> | 54 | </div> |
| 55 | </div> | 55 | </div> |
| ... | @@ -104,7 +104,7 @@ | ... | @@ -104,7 +104,7 @@ |
| 104 | :style="{ maxHeight: '50%' }" | 104 | :style="{ maxHeight: '50%' }" |
| 105 | > | 105 | > |
| 106 | <div class="p-4"> | 106 | <div class="p-4"> |
| 107 | - <div class="text-lg font-bold mb-4 text-center text-gray-800">打卡规则</div> | 107 | + <div class="text-lg font-bold mb-4 text-center text-gray-800">作业信息</div> |
| 108 | <div class="details text-sm text-gray-600 pl-4 border-l-4 border-green-500" v-if="formattedRules"> | 108 | <div class="details text-sm text-gray-600 pl-4 border-l-4 border-green-500" v-if="formattedRules"> |
| 109 | <div class="mb-2">周期:{{ formattedRules.cycle }}</div> | 109 | <div class="mb-2">周期:{{ formattedRules.cycle }}</div> |
| 110 | <div class="mb-2">频次:{{ formattedRules.frequency }}</div> | 110 | <div class="mb-2">频次:{{ formattedRules.frequency }}</div> | ... | ... |
-
Please register or login to post a comment