Explorar o código

场景名称+得分说明优化

zhangliang2 %!s(int64=2) %!d(string=hai) anos
pai
achega
db93faa37e

+ 3 - 3
src/views/sceneLibrary/naturalDrivingScenarioList.vue

@@ -2,7 +2,7 @@
     <div class="naturalDrivingScenarioListPanel">
         <search-layout :needBox="true">
             <template slot="searchItem1">
-                <span class="label">场景编号</span>
+                <span class="label">场景名称</span>
                 <el-input
                     v-model="searchParams.naturalName"
                     size="small"
@@ -168,7 +168,7 @@ export default {
         return {
             searchParams: {
                 //搜索参数
-                naturalName: "", // 场景编号
+                naturalName: "", // 场景名称
                 road: [], // 道路
                 infrastructure: [], // 基础设施
                 trafficCondition: [], // 交通情况
@@ -201,7 +201,7 @@ export default {
             columns: [
                 //表格列
                 {
-                    label: "场景编号",
+                    label: "场景名称",
                     prop: "naturalName",
                 },
                 {

+ 1 - 1
src/views/workManagement/evaluationReport.vue

@@ -272,7 +272,7 @@ export default {
             }
         },
         arraySpanMethodA({ row, column, rowIndex, columnIndex }) {
-            if (columnIndex === 0) {
+            if (columnIndex === 0 || columnIndex === this.columnsC.length - 1) {
                 if (this.subIndexArrA[0].includes(rowIndex)) {
                     return [
                         this.sublistNameObjA[0][row.sublistName1 + rowIndex],