diff --git a/frontend/src/pages/StatsPage.vue b/frontend/src/pages/StatsPage.vue
index 4d9bc71..82683be 100644
--- a/frontend/src/pages/StatsPage.vue
+++ b/frontend/src/pages/StatsPage.vue
@@ -3,7 +3,6 @@
@@ -150,12 +152,6 @@ const openEdit = (pet: any) => {
dialogVisible.value = true;
};
-const confirmDelete = (pet: any) => {
- MessagePlugin.confirm(`确定要删除 ${pet.name} 吗?`, '确认删除', {
- onConfirm: () => remove(pet.id)
- });
-};
-
const remove = async (id: number) => {
try {
const res = await api.deletePet(id);
diff --git a/爱维宠物医院管理系统-4.6界面设计图.drawio b/爱维宠物医院管理系统-4.6界面设计图.drawio
new file mode 100644
index 0000000..fd88186
--- /dev/null
+++ b/爱维宠物医院管理系统-4.6界面设计图.drawio
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/爱维宠物医院管理系统毕业论文-2026版-排版.docx b/爱维宠物医院管理系统毕业论文-2026版-排版.docx
index 0131326..4136ec4 100644
Binary files a/爱维宠物医院管理系统毕业论文-2026版-排版.docx and b/爱维宠物医院管理系统毕业论文-2026版-排版.docx differ