瀏覽代碼

日志表格修改

sujunling 1 年之前
父節點
當前提交
3c368ed0f7

+ 4 - 4
public/mapsee.html

@@ -70,14 +70,14 @@
                 var arr = obj.split("?")
                 if (arr.length && arr[1]) {
                     if (arr[1].indexOf("onlineIde_") > -1) {
-                        // creteIframe(`http://106.12.170.138:4001/examples/online.html#${arr[1].replace("onlineIde_", "")}`)
+                        creteIframe(`http://106.12.170.138:4001/examples/online.html#${arr[1].replace("onlineIde_", "")}`)
                         // creteIframe(`http://127.0.0.1:8080/examples/webgl/onlineIde.html#${arr[1].replace("onlineIde_", "")}`)
-                        creteIframe(`http://192.168.119.143/examples/webgl/online.html#${arr[1].replace("onlineIde_", "")}`)
+                        // creteIframe(`http://192.168.119.143/examples/webgl/online.html#${arr[1].replace("onlineIde_", "")}`)
                     } else {
                         // creteIframe(arr[1])
                         // creteIframe(`http://192.168.119.143/examples/webgl/onlineIde.html#${arr[1].replace("onlineIde_", "")}`)
-                        creteIframe(`http://192.168.119.143:8080/onemapV5.0/mapview.html?${arr[1]}`)
-                        // creteIframe(`http://106.12.170.138:8080/onemapV5.0/mapview.html?${arr[1]}`)
+                        // creteIframe(`http://192.168.119.143:8080/onemapV5.0/mapview.html?${arr[1]}`)
+                        creteIframe(`http://106.12.170.138:8080/onemapV5.0/mapview.html?${arr[1]}`)
                     }
                 }
             } else {

+ 4 - 4
public/mapview.html

@@ -43,14 +43,14 @@
                 var arr = obj.split("?")
                 if (arr.length && arr[1]) {
                     if (arr[1].indexOf("onlineIde_") > -1) {
-                        // creteIframe(`http://106.12.170.138:4001/examples/onlineIde.html#${arr[1].replace("onlineIde_", "")}`)
+                        creteIframe(`http://106.12.170.138:4001/examples/onlineIde.html#${arr[1].replace("onlineIde_", "")}`)
                         // creteIframe(`http://127.0.0.1:8080/examples/webgl/onlineIde.html#${arr[1].replace("onlineIde_", "")}`)
-                        creteIframe(`http://192.168.119.143/examples/webgl/onlineIde.html#${arr[1].replace("onlineIde_", "")}`)
+                        // creteIframe(`http://192.168.119.143/examples/webgl/onlineIde.html#${arr[1].replace("onlineIde_", "")}`)
                     } else {
                         // creteIframe(arr[1])
                         // creteIframe(`http://192.168.193.88:8080/examples/webgl/onlineIde.html#${arr[1].replace("onlineIde_", "")}`)
-                        creteIframe(`http://192.168.119.143:8080/onemapV5.0/mapview.html?${arr[1]}`)
-                        // creteIframe(`http://106.12.170.138:8080/onemapV5.0/mapview.html?${arr[1]}`)
+                        // creteIframe(`http://192.168.119.143:8080/onemapV5.0/mapview.html?${arr[1]}`)
+                        creteIframe(`http://106.12.170.138:8080/onemapV5.0/mapview.html?${arr[1]}`)
                     }
                 }
             } else {

+ 4 - 4
public/sceneview.html

@@ -43,13 +43,13 @@
                 var arr = obj.split("?")
                 if (arr.length && arr[1]) {
                     if (arr[1].indexOf("onlineIde_") > -1) {
-                        // creteIframe(`http://106.12.170.138:4001/examples/onlineIde.html#${arr[1].replace("onlineIde_", "")}`)
+                        creteIframe(`http://106.12.170.138:4001/examples/onlineIde.html#${arr[1].replace("onlineIde_", "")}`)
                         // creteIframe(`http://127.0.0.1:8080/examples/webgl/onlineIde.html#${arr[1].replace("onlineIde_", "")}`)
-                        creteIframe(`http://192.168.119.143/examples/webgl/onlineIde.html#${arr[1].replace("onlineIde_", "")}`)
+                        // creteIframe(`http://192.168.119.143/examples/webgl/onlineIde.html#${arr[1].replace("onlineIde_", "")}`)
                     } else {
                         // creteIframe(arr[1])
-                        creteIframe(`http://192.168.119.143:8080/onemapV5.0/sceneview.html?${arr[1]}`)
-                        // creteIframe(`http://106.12.170.138:8080/onemapV5.0/sceneview.html?${arr[1]}`)
+                        // creteIframe(`http://192.168.119.143:8080/onemapV5.0/sceneview.html?${arr[1]}`)
+                        creteIframe(`http://106.12.170.138:8080/onemapV5.0/sceneview.html?${arr[1]}`)
                     }
                 }
             } else {

+ 2 - 2
src/views/authorize/app/index.vue

@@ -100,9 +100,9 @@ export default defineComponent({
       // rowSelection: { type: 'checkbox' },
       useSearchForm: false,
       showTableSetting: true,
-      bordered: false,
+      bordered: true,
       striped: false,
-      canResize: true,
+      canResize: false,
       showIndexColumn: false,
       indexColumnProps: { fixed: 'left' },
       actionColumn: {

+ 1 - 1
src/views/systemAdmin/system/log/exception/index.vue

@@ -327,7 +327,7 @@ export default defineComponent({
                 // pageSize: 10,
                 hideOnSinglePage: false
             },
-            canResize: true,
+            canResize: false,
             showTableSetting: true,  // 显示表格设置
             showIndexColumn: true,
             indexColumnProps: { fixed: 'left' },

+ 1 - 1
src/views/systemAdmin/system/log/operate/index.vue

@@ -338,7 +338,7 @@ export default defineComponent({
                 // pageSize: 10,
                 hideOnSinglePage: false
             },
-            canResize: true,
+            canResize: false,
             showTableSetting: true,  // 显示表格设置
             showIndexColumn: true,
             indexColumnProps: { fixed: 'left' },

+ 2 - 2
src/views/systemAdmin/system/log/user/index.vue

@@ -243,7 +243,7 @@ export default defineComponent({
             title: '登录日志列表',
             api: getLoginData,		 //数据
             columns: columns,        //表头配置
-            bordered: false,
+            bordered: true,
             striped: false,
             useSearchForm: false,     //开启搜索区域
             // formConfig: formConfig,  //搜索字段配置
@@ -258,7 +258,7 @@ export default defineComponent({
                 // pageSize: 10,
                 hideOnSinglePage: false
             },
-            canResize: true,
+            canResize: false,
             showTableSetting: true,  // 显示表格设置
             tableSetting: {
                 redo: true,