diff --git a/src/store/module/Mechanics.ts b/src/store/module/Mechanics.ts
index e25c4f7..1ff3c54 100644
--- a/src/store/module/Mechanics.ts
+++ b/src/store/module/Mechanics.ts
@@ -1,5 +1,5 @@
/*
- * @FilePath: \wwwd:\code\screenFront\src\store\module\Mechanics.ts
+ * @FilePath: \code\gitscreenFront\src\store\module\Mechanics.ts
* @Author: 王路平
* @文件版本: V1.0.0
* @Date: 2023-02-06 15:58:13
@@ -102,7 +102,11 @@ export const useMechanicsStore = defineStore(Names.Mechanics, {
//需要使用return将数据抛出
//getters内可相互使用计算结果
//使用时可直接放入标签内
Index.方法()
- getters: {},
+ getters: {
+ getmechanicsData(state){
+ return state.mechanicsData
+ }
+ },
//methods 可同步/异步,提交state
//actions内获取state数据使用this
// 使用方式
diff --git a/src/views/Mechanics/components/gateway.vue b/src/views/Mechanics/components/gateway.vue
new file mode 100644
index 0000000..a85d868
--- /dev/null
+++ b/src/views/Mechanics/components/gateway.vue
@@ -0,0 +1,163 @@
+
+
+
+
+
+
{{ props.title }}
+
+
{{t('messages.onLine')}}
+
+ {{t('messages.offline')}}
+
+
+
+ -
+
+
{{ item.title+'车间' }}
+
+
+
+
+
+
+
+
diff --git a/src/views/Mechanics/components/scrollBoard.vue b/src/views/Mechanics/components/scrollBoard.vue
new file mode 100644
index 0000000..0677eb0
--- /dev/null
+++ b/src/views/Mechanics/components/scrollBoard.vue
@@ -0,0 +1,104 @@
+
+
+
+
{{t('messages.LegionDevList')}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Mechanics/indexNew.vue b/src/views/Mechanics/indexNew.vue
new file mode 100644
index 0000000..507a3a6
--- /dev/null
+++ b/src/views/Mechanics/indexNew.vue
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+