tangning 7 月之前
父節點
當前提交
b830a5556b
共有 2 個文件被更改,包括 19 次插入4 次删除
  1. 2 2
      src/view/case/records/formData.ts
  2. 17 2
      src/view/case/records/index.vue

+ 2 - 2
src/view/case/records/formData.ts

@@ -23,14 +23,14 @@ export const recorderInfoType =
         },
         },
         {
         {
             type: 3,
             type: 3,
-            typeLabel: "像人",
+            typeLabel: "像人",
             name: "",
             name: "",
             unit: "",
             unit: "",
             job: "",
             job: "",
         },
         },
         {
         {
             type: 4,
             type: 4,
-            typeLabel: "法 医",
+            typeLabel: "录音人",
             name: "",
             name: "",
             unit: "",
             unit: "",
             job: "",
             job: "",

+ 17 - 2
src/view/case/records/index.vue

@@ -177,13 +177,13 @@
           class="input"
           class="input"
           v-model="data.weatherInfo.temperature"
           v-model="data.weatherInfo.temperature"
           style="width: 80px"
           style="width: 80px"
-        />
+        /><span>℃</span>
         <span style="margin-left: 20px; font-size: 12px">湿度: &nbsp;</span>
         <span style="margin-left: 20px; font-size: 12px">湿度: &nbsp;</span>
         <el-input
         <el-input
           class="input"
           class="input"
           v-model="data.weatherInfo.humidity"
           v-model="data.weatherInfo.humidity"
           style="width: 80px"
           style="width: 80px"
-        />
+          /><span>%</span>
         <span style="margin-left: 20px; font-size: 12px">风向: &nbsp;</span>
         <span style="margin-left: 20px; font-size: 12px">风向: &nbsp;</span>
         <el-input
         <el-input
           class="input"
           class="input"
@@ -273,6 +273,21 @@
           style="width: 130px"
           style="width: 130px"
         />
         />
         <span>秒</span>
         <span>秒</span>
+        <span style="margin-left: 10px">录音</span>
+        <el-input-number
+          class="input"
+          controls-position="right"
+          v-model="data.recordingMinNum"
+          style="width: 130px"
+        />
+        <span>分</span>
+        <el-input-number
+          class="input"
+          controls-position="right"
+          v-model="data.recordingSecNum"
+          style="width: 130px"
+        />
+        <span>秒</span>
       </div>
       </div>
       <div class="line">
       <div class="line">
         现场勘验记录人员:
         现场勘验记录人员: