From 5ce658c5cf97b40cc0d84d8bfb37f96053ea8ef1 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期二, 16 四月 2024 00:31:39 +0800
Subject: [PATCH] update

---
 src/views/mdc/configuration.vue |   36 ++++++++++++++++++++++++++++++------
 1 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/src/views/mdc/configuration.vue b/src/views/mdc/configuration.vue
index b45fff0..6f343dc 100644
--- a/src/views/mdc/configuration.vue
+++ b/src/views/mdc/configuration.vue
@@ -1,24 +1,48 @@
 <!--
  * @Date: 2024-04-09 22:11:21
  * @LastEditors: Sneed
- * @LastEditTime: 2024-04-13 22:15:00
+ * @LastEditTime: 2024-04-16 00:00:46
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/configuration.vue
  * 搴旂敤璁剧疆
 -->
 <template>
     <el-main>
         <el-card shadow="never">
-            搴旂敤璁剧疆
+            <el-tabs :tab-position="'left'" class="demo-tabs">
+                <el-tab-pane label="瀹炴椂鐪嬫澘鏌ヨ缁勮缃�">
+                    <Board />
+                </el-tab-pane>
+                <el-tab-pane label="鐘舵�佸拰缁╂晥鏃堕棿璁剧疆">
+
+                </el-tab-pane>
+                <el-tab-pane label="鏁堢巼缁熻璁剧疆">
+
+                </el-tab-pane>
+                <el-tab-pane label="閲囬泦鏁版嵁鏍囩璁剧疆">
+
+                </el-tab-pane>
+            </el-tabs>
         </el-card>
     </el-main>
 </template>
 
 <script>
-    export default {
-        
-    }
+import Board from './configComp/Board.vue'
+export default {
+    components: {
+        Board,
+    },
+    data() {
+        return {
+            radio: ''
+        }
+    },
+}
 </script>
 
 <style lang="scss" scoped>
-
+.label {
+    display: flex;
+    align-items: center;
+}
 </style>
\ No newline at end of file

--
Gitblit v1.9.3