diff --git a/main/manager-web/src/components/VoiceCloneDialog.vue b/main/manager-web/src/components/VoiceCloneDialog.vue index 7bd95f48..6af12268 100644 --- a/main/manager-web/src/components/VoiceCloneDialog.vue +++ b/main/manager-web/src/components/VoiceCloneDialog.vue @@ -1,6 +1,11 @@ - + @@ -73,22 +78,28 @@ - - - {{ currentStep === 1 ? $t('voiceClone.cancel') : $t('voiceClone.prevStep') - }} - + + diff --git a/main/manager-web/src/views/VoiceCloneManagement.vue b/main/manager-web/src/views/VoiceCloneManagement.vue index e7740a87..0fa67db5 100644 --- a/main/manager-web/src/views/VoiceCloneManagement.vue +++ b/main/manager-web/src/views/VoiceCloneManagement.vue @@ -1,128 +1,83 @@ - - - - {{ $t('voiceClone.title') }} - + + + + + + + + {{ $t('voiceClone.title') }} + - {{ $t('voiceClone.search') }} + @keyup.enter.native="handleSearch" clearable /> + {{ $t('voiceClone.search') }} + - - - - - - - - - - - - - - - - {{ row.name || '-' }} - - - - - - - - - {{ getTrainStatusText(scope.row) }} - - - - - - - - - - - - - - - - - {{ playingRowId === scope.row.id ? $t('voiceClone.stop') : $t('voiceClone.play') }} - - - {{ $t('voiceClone.upload') }} - - - {{ $t('voiceClone.clone') }} - - - - - - - - - - - - - - - {{ $t('voiceClone.firstPage') }} - - - {{ $t('voiceClone.prevPage') }} - - - {{ page }} - - - {{ $t('voiceClone.nextPage') }} - - {{ $t('voiceClone.totalRecords', { total }) }} - - - - - - - - - - - - {{ $t('voiceClone.noVoiceCloneAssigned') }} - - - {{ $t('voiceClone.contactAdmin') }} - - - + + + + + + + {{ scope.row.name || '-' }} + + + + + + {{ getTrainStatusText(scope.row) }} - + + + + + + + + + + {{ playingRowId === scope.row.id ? $t('voiceClone.stop') : $t('voiceClone.play') }} + + + {{ $t('voiceClone.upload') }} + + + {{ $t('voiceClone.clone') }} + + + + + + + + - - - - - - + + + + + + + + + \ No newline at end of file