فهرست منبع

泛化中时间->场景发生时刻

zhangliang2 2 سال پیش
والد
کامیت
a577b72c39

+ 2 - 2
src/views/sceneLibrary/components/generalizationDetail.vue

@@ -13,7 +13,7 @@
 
             <el-row :gutter="10">
                 <el-col :span="8">
-                    <el-form-item label="时间:" prop="scenarioTime">
+                    <el-form-item label="场景发生时刻:" prop="scenarioTime">
                         <el-time-picker
                             v-model="form.scenarioTime"
                             value-format="HH:mm:ss"
@@ -1152,7 +1152,7 @@ export default {
             scenarioRadiusCurvatureList: [], // 泛化模板车道线曲率半径
             formula: {}, // 公式集合
             form: {
-                scenarioTime: "", // 时间
+                scenarioTime: "", // 场景发生时刻
                 scenarioWeather: "", // 天气
                 scenarioVehicleModel: "", // 车辆模型
                 id: "", // id

+ 4 - 4
src/views/sceneLibrary/components/generalizationList.vue

@@ -37,11 +37,11 @@
                 </el-select>
             </template>
             <template slot="searchItem4">
-                <span class="label">时间</span>
+                <span class="label">场景发生时刻</span>
                 <el-time-picker
                     v-model="searchParams.scenarioTime"
                     value-format="HH:mm:ss"
-                    placeholder="时间"
+                    placeholder="请选择"
                 >
                 </el-time-picker>
             </template>
@@ -111,7 +111,7 @@ export default {
                 sceneId: "", // 场景类型编号
                 fileName: [], // 功能模块
                 scenarioWeather: [], // 天气
-                scenarioTime: "", // 时间
+                scenarioTime: "", // 场景发生时刻
             },
             labels: [],
             fileNameList: [],
@@ -140,7 +140,7 @@ export default {
                     prop: "scenarioRoadType",
                 },
                 {
-                    label: "时间",
+                    label: "场景发生时刻",
                     prop: "scenarioTime",
                 },
                 {

+ 4 - 4
src/views/sceneLibrary/generalizationScenarioList.vue

@@ -46,11 +46,11 @@
                 </el-select>
             </template>
             <template slot="searchItem4">
-                <span class="label">时间</span>
+                <span class="label">场景发生时刻</span>
                 <el-time-picker
                     v-model="searchParams.scenarioTime"
                     value-format="HH:mm:ss"
-                    placeholder="时间"
+                    placeholder="请选择"
                 >
                 </el-time-picker>
             </template>
@@ -138,7 +138,7 @@ export default {
                 sceneId: "", // 场景类型编号
                 fileName: [], // 功能模块
                 scenarioWeather: [], // 天气
-                scenarioTime: "", // 时间
+                scenarioTime: "", // 场景发生时刻
 
                 // highSpeed: [], // 高速
                 // ramp: [], // 匝道
@@ -175,7 +175,7 @@ export default {
                     prop: "scenarioRoadType",
                 },
                 {
-                    label: "时间",
+                    label: "场景发生时刻",
                     prop: "scenarioTime",
                 },
                 {