"index.vue中对话框消息标题已更新,以反映失败操作的性质。"
This commit is contained in:
parent
38262b11ac
commit
f238e45581
@ -48,7 +48,7 @@
|
||||
|
||||
<v-dialog v-model="failedDialog.show" max-width="290" persistent>
|
||||
<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-actions>
|
||||
<v-spacer></v-spacer>
|
||||
|
Loading…
Reference in New Issue
Block a user