diff --git a/README.md b/README.md
index 7737064..f288406 100644
--- a/README.md
+++ b/README.md
@@ -145,12 +145,14 @@ breedingPlan: {
后端添加该对象并返回操作结果
## 档案管理
-
+---
## 健康检测
+---
## 统计分析
+---
# 开发进度
@@ -168,7 +170,7 @@ breedingPlan: {
- [x] 基本界面
- [x] 基本方法
-- [ ] 优化界面样式
+- [x] 优化界面样式
### aside
@@ -179,7 +181,7 @@ breedingPlan: {
### footer
- [x] 基本界面
-- [ ] 优化界面样式
+- [x] 优化界面样式
### main
@@ -199,8 +201,8 @@ breedingPlan: {
### 饲养员
- [x] 数据展示
-- [ ] 基本功能
-- [ ] 基本方法
+- [x] 基本功能
+- [x] 基本方法
- [ ] 接入后端
### 兽医
diff --git a/src/components/ZooAnimalFormDialog.vue b/src/components/ZooAnimalFormDialog.vue
index 42194c8..4c3f341 100644
--- a/src/components/ZooAnimalFormDialog.vue
+++ b/src/components/ZooAnimalFormDialog.vue
@@ -24,6 +24,10 @@ export default {
props: {
animal: {
type: Object,
+ },
+ detail:{
+ type: Boolean,
+ default: false
}
},
mounted() {
@@ -57,43 +61,43 @@ export default {