feat(ear-tag): 新增耳标登记功能

- 添加耳标登记页面,支持新增和编辑功能
- 实现养殖场、养殖舍、养殖栏的级联选择- 添加耳标信息的详细录入,包括生物芯片耳标号、电子耳标号等
-优化列表页面,增加搜索和筛选功能
- 重构表格组件,支持更多列类型和操作
This commit is contained in:
aixianling
2024-12-25 12:12:47 +08:00
parent 06fa7b636e
commit ee15427e88
5 changed files with 156 additions and 82 deletions

View File

@@ -70,6 +70,11 @@ export default {
}
&.blank {
width: 100%;
overflow-y: auto;
}
&.hasFooter {
padding-bottom: 64px;
}