소스 검색

修改文字内容

凉纪 1 년 전
부모
커밋
2067a82411
2개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 5 5
      src/views/menu/iot/videoDay/detail.vue
  2. 4 4
      src/views/menu/iot/videoIntegrity/detail.vue

+ 5 - 5
src/views/menu/iot/videoDay/detail.vue

@@ -10,7 +10,7 @@
              :style="{backgroundColor:getColor(v.state),borderColor:getColor(v.state)}"
              @click="clickTag" :key="i">
               {{v.name+i}}
-              <div class="top-dot">34</div>
+              <div class="top-dot">{{Math.ceil(Math.random()* 100)}}</div>
             </div>
           </div>
           <ul class="legend">
@@ -31,12 +31,12 @@
             <van-cell title="组织机构" :value="selectedUser.userName"></van-cell>
             <van-cell title="监控主机" :value="getDictLabel(selectedUser.type,'out_in_type')"></van-cell>
             <van-cell title="通道号" :value="selectedUser.reasons"></van-cell>
-            <van-cell title="计划存储天数" :value="selectedUser.companyName"></van-cell>
-            <van-cell title="上报日期" :value="getDictLabel(selectedUser.idType,'letter_id_type')"></van-cell>
-            <van-cell title="最早录像日期" :value="selectedUser.idCard"></van-cell>
+            <van-cell title="计划存储天数" :value="selectedUser.idCard"></van-cell>
+            <van-cell title="上报日期" :value="dayjs(selectedUser.arrivalTime).format('YYYY-DD-MM HH:mm')"></van-cell>
+            <van-cell title="最早录像日期" :value="dayjs(selectedUser.arrivalTime).format('YYYY-DD-MM HH:mm')"></van-cell>
             <van-cell title="计划存储天数" :value="selectedUser.idCard"></van-cell>
             <van-cell title="实际存储天数" :value="selectedUser.idCard"></van-cell>
-            <van-cell title="计划存储日期" :value="selectedUser.idCard"></van-cell>
+            <van-cell title="计划存储日期" :value="dayjs(selectedUser.arrivalTime).format('YYYY-DD-MM HH:mm')"></van-cell>
             <van-cell title="计划缺失时间" >
               <template #label>
                 <van-cell title="1" :value="dayjs(selectedUser.arrivalTime).format('YYYY-DD-MM HH:mm')"></van-cell>

+ 4 - 4
src/views/menu/iot/videoIntegrity/detail.vue

@@ -29,10 +29,10 @@
           <div class="panel-box">
             <van-cell title="组织机构" :value="selectedUser.userName"></van-cell>
             <van-cell title="监控主机" :value="getDictLabel(selectedUser.type,'out_in_type')"></van-cell>
-            <van-cell title="通道号" :value="selectedUser.reasons"></van-cell>
-            <van-cell title="计划存储天数" :value="selectedUser.companyName"></van-cell>
-            <van-cell title="上报日期" :value="getDictLabel(selectedUser.idType,'letter_id_type')"></van-cell>
-            <van-cell title="检查日期" :value="selectedUser.idCard"></van-cell>
+            <van-cell title="通道号" :value="selectedUser.idCard"></van-cell>
+            <van-cell title="计划存储天数" :value="selectedUser.idCard"></van-cell>
+            <van-cell title="上报日期" :value="dayjs(selectedUser.arrivalTime).format('YYYY-DD-MM')"></van-cell>
+            <van-cell title="检查日期" :value="dayjs(selectedUser.arrivalTime).format('YYYY-DD-MM')"></van-cell>
 
             <van-cell title="计划时间" >
               <template #label>