From 7c20fd15b7fbc2bd5756b39d5ab655cc849ffcc3 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 16 七月 2025 22:39:23 +0800
Subject: [PATCH] 添加时间筛选

---
 src/views/systemSetting/platform/mySetting/index.vue |   22 +++++++++-------------
 1 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/src/views/systemSetting/platform/mySetting/index.vue b/src/views/systemSetting/platform/mySetting/index.vue
index 9e89a58..88b2c61 100644
--- a/src/views/systemSetting/platform/mySetting/index.vue
+++ b/src/views/systemSetting/platform/mySetting/index.vue
@@ -1,9 +1,9 @@
 <template>
     <div class="mySetting">
         <!-- header 椤甸潰鏍囬鎻愮ず -->
-        <header>
+        <!-- <header>
             <div class="header-title">绯荤粺璁剧疆 >> 闂ㄦ埛绠$悊 > 鑷畾涔夎彍鍗曡缃�</div>
-        </header>
+        </header> -->
         <main>
             <div class="main-content">
                 <!-- 鏁版嵁灞曠ず -->
@@ -75,7 +75,6 @@
         },
         // 淇敼鐘舵��
         handleChangeStatus(data) {
-            console.log(data);
             let { isStart, relationId } = data;
             isStart ? isStart = 1 : isStart = 0;
             this.$axios({
@@ -92,7 +91,6 @@
                 })
         },
         handleDelete(data) {
-            console.log(data);
             this.$confirm('鎮ㄧ‘璁よ鍒犻櫎璁㈠崟鍚�?')
                 .then(_ => {
                     this.$axios({
@@ -110,7 +108,6 @@
                         })
                 })
                 .catch(err => {
-                    console.log(err);
                 })
         },
         // 鑾峰彇鑿滃崟鍒楄〃
@@ -119,15 +116,11 @@
                 method: 'get',
                 url: 'sccg/system/portal/menu/search_myself',
             }).then(res => {
-                this.menuList = res.data;
+                this.menuList = res.data.menu;
             })
         },
         // 鎷栨嫿
         handleDrop(before, after, inner, event) {
-            console.log(before)
-            console.log(after)
-            console.log(inner)
-            console.log(event);
         },
         // 鑾峰彇鏄惁鍙互鏀剧疆
         allowDrop(before, inner, next) {
@@ -150,7 +143,7 @@
 .mySetting {
     margin: 10px 20px;
     text-align: left;
-    color: #4b9bb7;
+    // color: #4b9bb7;
 
     header {
         line-height: 60px;
@@ -168,10 +161,9 @@
     }
 
     main {
-        background-color: #09152f;
+        // background-color: #09152f;
         margin-top: 20px;
         padding-bottom: 50px;
-        border: 1pox solid #fff;
 
         .main-content {
             .my-container {
@@ -271,4 +263,8 @@
         padding: 0;
     }
 }
+
+.my-aside{
+    border-right: 1px solid #d3d3d3  ;
+}
 </style>
\ No newline at end of file

--
Gitblit v1.8.0