CzRger 1 year ago
parent
commit
b4d83c8d0a

+ 2 - 0
.gitignore

@@ -23,3 +23,5 @@ dist-ssr
 *.sln
 *.sw?
 seat-tools/
+seat-tools.zip
+stats.html

BIN
src/assets/images/cus/file-del.png


BIN
src/assets/images/cus/to-bottom.png


BIN
src/assets/images/cus/to-right.png


+ 1 - 1
src/components/cus/CusTab.vue

@@ -108,7 +108,7 @@ export default defineComponent({
             width: 100%;
             height: 5px;
             bottom: -3px;
-            background-image: url("@/assets/images/cus/cus-tab_type2-active.png");
+            //background-image: url("@/assets/images/cus/cus-tab_type2-active.png");
             background-repeat: no-repeat;
             background-size: 100% 100%;
           }

+ 1 - 1
src/components/easyMap/func/measure.scss

@@ -40,6 +40,6 @@
   vertical-align: middle;
   margin-left: 10px;
   cursor: pointer;
-  background: url('@/assets/images/map/lineDel.png') no-repeat;
+  //background: url('@/assets/images/map/lineDel.png') no-repeat;
   background-size: 100% 100%;
 }

+ 1 - 0
src/store/modules/app.ts

@@ -2,6 +2,7 @@
 const state = {
 	apiProxy: {
 		EzServer6Api: 'EzServer6-api',	// 地图底图代理
+		rhFindShipApi: 'rh-find-ship-api',	// 融合找船代理
 	},
 }
 const mutations = {

+ 1 - 1
src/styles/cus.scss

@@ -254,7 +254,7 @@
     left: 10px;
     width: 18px;
     height: 18px;
-    background-image: url("@/assets/images/cus/cus-title_type2-icon.png");
+    //background-image: url("@/assets/images/cus/cus-title_type2-icon.png");
     background-repeat: no-repeat;
     background-size: 100% 100%;
   }

+ 3 - 2
src/views/track-status/index.vue

@@ -45,9 +45,10 @@
         title="新增分组"
         v-model:show="showGroupDialog"
         @submit="onSaveGroup"
+        height="auto"
     >
       <div style="padding: 20px;">
-        <CusForm ref="ref_groupForm">
+        <CusForm ref="ref_groupForm" @handleEnter="onSaveGroup">
           <CusFormColumn
             label="分组名称"
             required
@@ -80,7 +81,7 @@
         height="auto"
     >
       <div style="padding: 20px;">
-        <CusForm ref="ref_keyForm">
+        <CusForm ref="ref_keyForm" @handleEnter="onSaveKey">
           <CusFormColumn
               label="KEY"
               required