From b46e6d2306515f94bf77c06e8d80ac76267e3ddb Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期日, 02 六月 2024 21:44:23 +0800 Subject: [PATCH] 搜索 --- src/views/dnc/station-file/File.vue | 24 ++++++++++++++++++++---- 1 files changed, 20 insertions(+), 4 deletions(-) diff --git a/src/views/dnc/station-file/File.vue b/src/views/dnc/station-file/File.vue index b5e3240..a114307 100644 --- a/src/views/dnc/station-file/File.vue +++ b/src/views/dnc/station-file/File.vue @@ -1,13 +1,29 @@ <!-- * @Date: 2024-05-22 23:37:07 * @LastEditors: Sneed - * @LastEditTime: 2024-05-22 23:37:12 + * @LastEditTime: 2024-05-26 15:42:35 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/dnc/station-file/File.vue --> <template> - <div> - 宸ヤ綅鏂囦欢 - </div> + <el-container> + <el-header> + <el-button type="primary">褰掓。</el-button> + </el-header> + <el-main> + <h2>绋嬪簭</h2> + <el-table :data="tableData" style="width: 100%"> + <el-table-column label="鏂囦欢鍚嶇О" prop="" width=""></el-table-column> + <el-table-column label="鐗堟湰" prop="" width=""></el-table-column> + <el-table-column label="澶у皬" prop="" width=""></el-table-column> + </el-table> + <h2>鏂囦欢</h2> + <el-table :data="tableData" style="width: 100%"> + <el-table-column label="鏂囦欢鍚嶇О" prop="" width=""></el-table-column> + <el-table-column label="鐗堟湰" prop="" width=""></el-table-column> + <el-table-column label="澶у皬" prop="" width=""></el-table-column> + </el-table> + </el-main> + </el-container> </template> <script> -- Gitblit v1.9.3