修改检查日期格式
This commit is contained in:
parent
f0eae580ca
commit
35bb3c3ab7
@ -26,7 +26,7 @@
|
||||
<span style="margin-left: 10px"> {{ age + '岁' }}</span>
|
||||
<span style="margin-left: 10px"> 检查编号:{{ rowinfo.examId }}</span>
|
||||
<span style="margin-left: 10px">
|
||||
检查日期:{{ formatDate(rowinfo.examDate, 'YYYY-MM-DD') }}</span
|
||||
检查日期:{{ formatDate(rowinfo.examDate, 'YYYY-MM-DD HH:mm:ss') }}</span
|
||||
>
|
||||
<span style="margin-left: 10px">检查机构: {{ rowinfo.orgName }}</span>
|
||||
</div>
|
||||
@ -619,6 +619,7 @@ import { ref } from 'vue'
|
||||
import { ArrowLeft, ArrowRight, Delete, Edit, Share, Check } from '@element-plus/icons-vue'
|
||||
import ECGhtml from '@/views/ECG/ECGhtml.vue'
|
||||
import ECGhtmlprint from '@/views/ECG/ECGhtmlprint.vue'
|
||||
import ECGPicture from '@/views/ECG/ECGPicture.vue'
|
||||
import { EcganalysisparasApi, EcganalysisparasVO } from '@/api/tblist/ecganalysisparas'
|
||||
import { formatDate } from '@/utils/formatTime'
|
||||
import { getUserProfile, ProfileVO } from '@/api/system/user/profile'
|
||||
|
Loading…
Reference in New Issue
Block a user