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 { - + - + - + 雄性 雌性 - + - + - + - + 正常 异常 - + - + - + - +
diff --git a/src/components/ZooBreedingPlanFormDialog.vue b/src/components/ZooBreedingPlanFormDialog.vue index 4d22f25..e602dfa 100644 --- a/src/components/ZooBreedingPlanFormDialog.vue +++ b/src/components/ZooBreedingPlanFormDialog.vue @@ -21,6 +21,10 @@ export default { props: { breedingPlan: { type: Object, + }, + detail: { + type: Boolean, + default: false } }, mounted() { @@ -39,22 +43,22 @@ export default {