加入dashboard

This commit is contained in:
langhuihui
2020-01-28 17:22:14 +08:00
parent cb1e601052
commit 3a9851fcd6
57 changed files with 21572 additions and 16 deletions

View File

@@ -0,0 +1,18 @@
<template>
<Poptip trigger="hover" :content="'⌚️'+ new Date(value).toLocaleString()">
<Time :time="new Date(value)"></Time>
</Poptip>
</template>
<script>
export default {
name: "StartTime",
props:{
value:String
}
}
</script>
<style scoped>
</style>