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 | 43 +++++++++++++++++++++++++++++++++++-------- 1 files changed, 35 insertions(+), 8 deletions(-) diff --git a/src/views/mdc/configuration.vue b/src/views/mdc/configuration.vue index 5d11ceb..6f343dc 100644 --- a/src/views/mdc/configuration.vue +++ b/src/views/mdc/configuration.vue @@ -1,21 +1,48 @@ <!-- * @Date: 2024-04-09 22:11:21 * @LastEditors: Sneed - * @LastEditTime: 2024-04-09 22:15:27 + * @LastEditTime: 2024-04-16 00:00:46 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/configuration.vue + * 搴旂敤璁剧疆 --> <template> - <div> - 搴旂敤璁剧疆 - </div> + <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