"index.vue中对话框消息标题已更新,以反映失败操作的性质。"

This commit is contained in:
ivamp 2024-08-03 19:59:48 +08:00
parent 38262b11ac
commit f238e45581

View File

@ -48,7 +48,7 @@
<v-dialog v-model="failedDialog.show" max-width="290" persistent> <v-dialog v-model="failedDialog.show" max-width="290" persistent>
<v-card> <v-card>
<v-card-title class="headline">创建失败</v-card-title> <v-card-title class="headline">删除失败</v-card-title>
<v-card-text>{{ failedDialog.message }}</v-card-text> <v-card-text>{{ failedDialog.message }}</v-card-text>
<v-card-actions> <v-card-actions>
<v-spacer></v-spacer> <v-spacer></v-spacer>