diff --git a/src/layout/navMenu/vertical.vue b/src/layout/navMenu/vertical.vue index 113f0b8..8b8b3d1 100644 --- a/src/layout/navMenu/vertical.vue +++ b/src/layout/navMenu/vertical.vue @@ -12,7 +12,7 @@ - + @@ -20,7 +20,7 @@ - + {{ val.meta.title }} diff --git a/src/router/route.js b/src/router/route.js index c5dfbfa..bde1d0f 100644 --- a/src/router/route.js +++ b/src/router/route.js @@ -280,7 +280,7 @@ export const dynamicRoutes = [ name: 'systemDic', component: () => import('/@/views/system/dic/index.vue'), meta: { - title: '字典管理', + title: 'Dictionary management', isLink: '', isHide: false, isKeepAlive: true, diff --git a/src/views/dataService/multimediaData/index.vue b/src/views/dataService/multimediaData/index.vue index 2ff663d..e87ec7d 100644 --- a/src/views/dataService/multimediaData/index.vue +++ b/src/views/dataService/multimediaData/index.vue @@ -43,9 +43,9 @@ - - - + + + @@ -96,11 +96,11 @@ review + @click=" openDialog(scope.row, true) ">Awaiting approval review + @click=" openDialog(scope.row, false) ">Approved review + @click=" openDialog(scope.row, false) ">Rejected diff --git a/src/views/responseManagement/tool/index.vue b/src/views/responseManagement/tool/index.vue index 89a85d2..563d286 100644 --- a/src/views/responseManagement/tool/index.vue +++ b/src/views/responseManagement/tool/index.vue @@ -16,8 +16,8 @@ - - + + @@ -54,9 +54,9 @@ Review + type="primary" @click="onOpenEdit(scope.row)">Approve Delete + @click="onRowDel(scope.row)">Reject diff --git a/src/views/responseManagement/userResponse/index.vue b/src/views/responseManagement/userResponse/index.vue index a8746c3..d1fb61b 100644 --- a/src/views/responseManagement/userResponse/index.vue +++ b/src/views/responseManagement/userResponse/index.vue @@ -3,7 +3,7 @@ - + @@ -27,7 +27,7 @@ - Unapproved + Awaiting approval Rejected