From ca3903e09980b98a1a46af0c339e9ca00fa04ccd Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期三, 17 四月 2024 23:36:31 +0800 Subject: [PATCH] 应用设置 --- 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