From 9aa9c765801fcaa7281df2788400cc61592c005e Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期四, 25 四月 2024 17:42:30 +0800 Subject: [PATCH] 修改了会议申请内容 --- ruoyi-ui/src/views/meeting/statistics.vue | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/meeting/statistics.vue b/ruoyi-ui/src/views/meeting/statistics.vue index 7217719..bf8d969 100644 --- a/ruoyi-ui/src/views/meeting/statistics.vue +++ b/ruoyi-ui/src/views/meeting/statistics.vue @@ -78,6 +78,15 @@ </el-table> + <!-- 鍥捐〃缁熻 --> + <el-dialog :title="title2" :visible.sync="open2" width="1500px" append-to-body> + <div class="p1"> + <h1 style="font-size:21px">姣忔湀浼氳娆℃暟缁熻</h1> + </div> + <div class="p1"> + <h1 style="font-size:21px">浼氳瀹跺涵鍗犳瘮缁熻</h1> + </div> + </el-dialog> <!-- 鏂板鏁版嵁妗� --> <el-dialog :title="title" :visible.sync="open" width="1000px" append-to-body> @@ -146,6 +155,7 @@ // 鏄剧ず鎼滅储鏉′欢 showSearch: true, open: false, + open2: false, title: "", tableData: [{ id: 1, @@ -279,7 +289,8 @@ // 鍥捐〃缁熻 pictureStatistics(){ - + this.open2=true; + this.title2 = "鍥捐〃缁熻" }, } @@ -330,4 +341,11 @@ .el-table { border-radius: 14px 14px 14px 14px; } + .p1{ + width: 700px; + height: 700px; + display: inline-block; + background-color: aqua; + margin-right: 30px; + } </style> -- Gitblit v1.9.1