diff --git a/hw-ui/src/layout/components/Navbar.vue b/hw-ui/src/layout/components/Navbar.vue index 44a5d5ec..e58a7322 100644 --- a/hw-ui/src/layout/components/Navbar.vue +++ b/hw-ui/src/layout/components/Navbar.vue @@ -81,6 +81,7 @@ {{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}:{i}:{s}') }} + @@ -154,13 +154,13 @@ - + - + \ No newline at end of file + diff --git a/hw-ui/src/views/system/dict/data.vue b/hw-ui/src/views/system/dict/data.vue index 3befe4a6..8dc5527d 100644 --- a/hw-ui/src/views/system/dict/data.vue +++ b/hw-ui/src/views/system/dict/data.vue @@ -36,16 +36,16 @@ - - 新增 - + + + + + + + + + + 修改 - - 删除 - + + + + + + + + + + + {{ parseTime(scope.row.createTime) }} - + - + @@ -399,4 +399,4 @@ export default { } } }; - \ No newline at end of file + diff --git a/hw-ui/src/views/system/dict/index.vue b/hw-ui/src/views/system/dict/index.vue index 6ca54571..7a31d1c1 100644 --- a/hw-ui/src/views/system/dict/index.vue +++ b/hw-ui/src/views/system/dict/index.vue @@ -52,16 +52,16 @@ - - 新增 - + + + + + + + + + + 修改 - - 删除 - + + + + + + + + + + + {{ parseTime(scope.row.createTime) }} - + - + - + \ No newline at end of file +