From a0f1a7635491d74ea03542ec61ca7862f6b78934 Mon Sep 17 00:00:00 2001
From: HanLong <404402223@qq.com>
Date: Wed, 7 Jan 2026 10:39:10 +0800
Subject: [PATCH] =?UTF-8?q?feat:[=E8=AF=95=E9=AA=8C=E7=AE=A1=E7=90=86][?=
=?UTF-8?q?=E9=A5=B2=E5=85=BB=E9=97=B4]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/lang/en.js | 5 +-
src/lang/en/business/study/studyRoom.js | 4 +
src/lang/zh.js | 4 +-
src/lang/zh/business/study/studyRoom.js | 4 +
src/views/business/study/comp/syj/Xz.vue | 234 ++++++++++++++++++++++++++++++
src/views/business/study/comp/syjList.vue | 58 ++------
6 files changed, 257 insertions(+), 52 deletions(-)
create mode 100644 src/lang/en/business/study/studyRoom.js
create mode 100644 src/lang/zh/business/study/studyRoom.js
create mode 100644 src/views/business/study/comp/syj/Xz.vue
diff --git a/src/lang/en.js b/src/lang/en.js
index 4abd805..61ebf07 100644
--- a/src/lang/en.js
+++ b/src/lang/en.js
@@ -27,7 +27,8 @@ import studyFormFill from './en/business/study/studyFormFill'
import studyFormPlan from './en/business/study/studyFormPlan'
//申请表单
import studyFormApply from './en/business/study/studyFormApply'
-
+// 饲养间
+import studyRoom from './en/business/study/studyRoom'
//表单
import form from './en/business/form/form'
@@ -144,7 +145,7 @@ export default {
studyFormFill: studyFormFill,
studyFormPlan: studyFormPlan,
studyFormApply: studyFormApply,
-
+ studyRoom: studyRoom,
nonTrial: nonTrial,
drug: drug
},
diff --git a/src/lang/en/business/study/studyRoom.js b/src/lang/en/business/study/studyRoom.js
new file mode 100644
index 0000000..6e93ae1
--- /dev/null
+++ b/src/lang/en/business/study/studyRoom.js
@@ -0,0 +1,4 @@
+export default {
+ qysyj: '启用饲养间',
+ xzqy: '新增启用',
+}
\ No newline at end of file
diff --git a/src/lang/zh.js b/src/lang/zh.js
index c70a6a8..b35cdd1 100644
--- a/src/lang/zh.js
+++ b/src/lang/zh.js
@@ -27,6 +27,8 @@ import studyFormFill from './zh/business/study/studyFormFill'
import studyFormPlan from './zh/business/study/studyFormPlan'
//申请表单
import studyFormApply from './zh/business/study/studyFormApply'
+//饲养间
+import studyRoom from './zh/business/study/studyRoom'
//表单
import form from './zh/business/form/form'
@@ -140,7 +142,7 @@ export default {
studyFormFill: studyFormFill,
studyFormPlan: studyFormPlan,
studyFormApply: studyFormApply,
-
+ studyRoom: studyRoom,
nonTrial: nonTrial,
drug: drug
},
diff --git a/src/lang/zh/business/study/studyRoom.js b/src/lang/zh/business/study/studyRoom.js
new file mode 100644
index 0000000..6e93ae1
--- /dev/null
+++ b/src/lang/zh/business/study/studyRoom.js
@@ -0,0 +1,4 @@
+export default {
+ qysyj: '启用饲养间',
+ xzqy: '新增启用',
+}
\ No newline at end of file
diff --git a/src/views/business/study/comp/syj/Xz.vue b/src/views/business/study/comp/syj/Xz.vue
new file mode 100644
index 0000000..acac398
--- /dev/null
+++ b/src/views/business/study/comp/syj/Xz.vue
@@ -0,0 +1,234 @@
+G
+