!45 重构:短信模板和短信日志vue2改vue3

Merge pull request !45 from puhui999/master
This commit is contained in:
芋道源码
2023-03-23 15:56:36 +00:00
committed by Gitee
26 changed files with 1211 additions and 535 deletions

View File

@ -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>