diff --git a/frontend/src/views/system/menu/index.vue b/frontend/src/views/system/menu/index.vue index f1d1212d5b..58dcc70cd7 100644 --- a/frontend/src/views/system/menu/index.vue +++ b/frontend/src/views/system/menu/index.vue @@ -27,7 +27,7 @@ - + {{ scope.row.createTime | timestampFormatDate }} @@ -76,7 +76,7 @@ - + @@ -85,7 +85,7 @@ - + diff --git a/frontend/src/views/system/user/index.vue b/frontend/src/views/system/user/index.vue index cca292902f..1a4e138d0f 100644 --- a/frontend/src/views/system/user/index.vue +++ b/frontend/src/views/system/user/index.vue @@ -14,18 +14,18 @@ - - - + + + - - + + - {{ scope.row.dept.deptName }} + {{ scope.row.dept && scope.row.dept.deptName }} - + @@ -64,11 +64,11 @@ - {{ $t('commons.man') }} - {{ $t('commons.woman') }} + {{ $t('commons.man') }} + {{ $t('commons.woman') }} - + {{ $t('commons.enable') }} {{ $t('commons.disable') }}