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/realtime-status/index.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/mdc/realtime-status/index.vue b/src/views/mdc/realtime-status/index.vue index 2f42ed9..ed15ce9 100644 --- a/src/views/mdc/realtime-status/index.vue +++ b/src/views/mdc/realtime-status/index.vue @@ -3,11 +3,14 @@ * @LastEditors: Sneed * @LastEditTime: 2024-04-09 22:12:14 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/realtime-status/index.vue + 瀹炴椂鐪嬫澘 --> <template> - <div> - 瀹炴椂鐪嬫澘 - </div> + <el-main> + <el-card shadow="never"> + 鏁堢巼鍒嗘瀽 + </el-card> + </el-main> </template> <script> -- Gitblit v1.9.3