mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-10-31 10:18:43 +08:00 
			
		
		
		
	update: 修改了一些TODO提到的问题,简化时间格式化方法
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| <script setup lang="ts"> | ||||
| import dayjs from 'dayjs' | ||||
| import { parseTime } from '@/utils/formatTime' | ||||
| import * as NotifyMessageApi from '@/api/system/notify/message' | ||||
|  | ||||
| const { push } = useRouter() | ||||
| @@ -57,7 +57,7 @@ onMounted(() => { | ||||
|                     {{ item.templateNickname }}:{{ item.templateContent }} | ||||
|                   </span> | ||||
|                   <span class="message-date"> | ||||
|                     {{ dayjs(item.createTime).format('YYYY-MM-DD HH:mm:ss') }} | ||||
|                     {{ parseTime(item.createTime) }} | ||||
|                   </span> | ||||
|                 </div> | ||||
|               </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 puhui999
					puhui999