Skip to content

Commit

Permalink
feat: 修改預覽提示字樣
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyLiu0430 committed May 28, 2024
1 parent 58d7042 commit 6df7bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/admin/editTimeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div
v-if= "!(input.start instanceof Date && input.end instanceof Date)"
>
<el-text class="mx-1" type="warning">請選擇開始時間與結束時間</el-text>
<el-text class="mx-1" type="warning">填寫完整開始時間與結束時間以預覽</el-text>
</div>
<ElSteps
v-if="(input.start instanceof Date) && (input.end instanceof Date)"
Expand Down

0 comments on commit 6df7bd1

Please sign in to comment.