Skip to content

Commit

Permalink
add btn
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuiantw1212 committed May 10, 2024
1 parent 945797e commit cdbcf12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/calculator/benchmark.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<span>回顧與匯出
</span>
<div>
<el-button v-loading="storyLoading" @click="generatStory">回顧</el-button>
<el-button v-if="!modelValue.profile.story" v-loading="storyLoading"
@click="generatStory">回顧</el-button>
<el-button v-else @click="generatStory">重新產生回顧</el-button>
<el-button @click="exportUserForm()">匯出</el-button>
</div>
</div>
Expand Down

0 comments on commit cdbcf12

Please sign in to comment.