Quellcode durchsuchen

方案筹划 样式调整

zhaoen vor 4 Monaten
Ursprung
Commit
d878922291

BIN
src/assets/plan_images/干扰方案.png


BIN
src/assets/plan_images/观测方案.png


BIN
src/assets/plan_images/靶标.png


+ 4 - 4
src/views/planAndDeduction/taskMage/index.vue

@@ -88,14 +88,14 @@
         :before-close="() => { parseMethodVisible = false; }"
     >
       <el-form :model="parseForm" label-width="100px" class="mt-4">
-        <el-form-item label="解析方式" required>
+        <el-form-item label="任务来源" required>
           <el-select
               v-model="parseForm.method"
-              placeholder="请选择解析方式"
+              placeholder="请选择任务来源方式"
               style="width: 100%"
           >
-            <el-option label="手工录入" value="manual"></el-option>
-            <el-option label="文件上传" value="upload"></el-option>
+            <el-option label="任务录入" value="manual"></el-option>
+            <el-option label="任务解析" value="upload"></el-option>
           </el-select>
         </el-form-item>
       </el-form>

+ 1 - 1
src/views/programPlanning/collaborativePlanning/collaborativeCreate.vue

@@ -279,7 +279,7 @@
           <!-- 网格画布(模拟) -->
           <div class="w-full bg-black bg-opacity-20 bg-blue-850 border border-blue-700 flex items-center justify-center" style="min-height: 400px">
             <!--<span class="text-blue-400">网格画布区域(可结合Canvas等实现交互)</span>-->
-            <img src="@/assets/plan_images/网格布局.png" class="w-full h-full" />
+            <img src="@/assets/plan_images/靶标.png" class="w-full h-full" />
           </div>
           <div class="text-sm bg-blue-400 bg-opacity-20 rounded-md p-4 mt-2">
             操作提示: 点击BB区位可选中,拖拽可调整位置,双击可查看详情,使用右侧配置区设置参数后点击"生成方案"按钮。

+ 1 - 1
src/views/programPlanning/collaborativePlanning/collaborativeCreate_CL.vue

@@ -293,7 +293,7 @@
           <!-- 网格画布(模拟) -->
           <div class="w-full bg-black bg-opacity-20 bg-blue-850 border border-blue-700 flex items-center justify-center" style="min-height: 400px">
             <!--<span class="text-blue-400">网格画布区域(可结合Canvas等实现交互)</span>-->
-            <img src="@/assets/plan_images/路径追踪.png" class="w-full h-full" />
+            <img src="@/assets/plan_images/观测方案.png" class="w-full h-full" />
           </div>
           <div class="text-sm bg-blue-400 bg-opacity-20 rounded-md p-4 mt-2">
             操作提示: 点击BB区位可选中,拖拽可调整位置,双击可查看详情,使用右侧配置区设置参数后点击"生成方案"按钮。

+ 1 - 1
src/views/programPlanning/collaborativePlanning/collaborativeCreate_GR.vue

@@ -260,7 +260,7 @@
           <!-- 网格画布(模拟) -->
           <div class="w-full bg-black bg-opacity-20 bg-blue-850 border border-blue-700 flex items-center justify-center" style="min-height: 400px">
             <!--<span class="text-blue-400">网格画布区域(可结合Canvas等实现交互)</span>-->
-            <img src="@/assets/plan_images/干扰区域.png" class="w-full h-full" />
+            <img src="@/assets/plan_images/干扰方案.png" class="w-full h-full" />
           </div>
           <div class="text-sm bg-blue-400 bg-opacity-20 rounded-md p-4 mt-2">
             操作提示: 点击BB区位可选中,拖拽可调整位置,双击可查看详情,使用右侧配置区设置参数后点击"生成方案"按钮。