diff --git a/src/api/fileManagement/sheep_grouping.js b/src/api/fileManagement/sheep_grouping.js
index 2af0cba..2e74e58 100644
--- a/src/api/fileManagement/sheep_grouping.js
+++ b/src/api/fileManagement/sheep_grouping.js
@@ -9,6 +9,16 @@ export function listSheep_grouping(query) {
})
}
+
+// 查询羊只分组关联列表(联表)
+export function listSheep_grouping_join(query) {
+ return request({
+ url: '/sheep_grouping/sheep_grouping/listJoin',
+ method: 'get',
+ params: query
+ })
+}
+
// 查询羊只分组关联详细
export function getSheep_grouping(id) {
return request({
diff --git a/src/views/fileManagement/sheep_file/index.vue b/src/views/fileManagement/sheep_file/index.vue
index bfbb700..a2af697 100644
--- a/src/views/fileManagement/sheep_file/index.vue
+++ b/src/views/fileManagement/sheep_file/index.vue
@@ -318,6 +318,9 @@
羊只状态
+
+
+
配种类型
+
+
+
是否性控
+
+
+
入群来源
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
- {{ getGroupName(scope.row.groupId) }}
+ {{ getGroupName(scope.row.group_id) }}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
修改
@@ -128,6 +154,8 @@