diff --git a/src/views/research/form.vue b/src/views/research/form.vue index 6e3892b3..26e4199e 100644 --- a/src/views/research/form.vue +++ b/src/views/research/form.vue @@ -274,7 +274,8 @@ export default { if (this.userTypeEnumInt !== 0) { this.$emit('refreshPage') } - this.$message.success(this.$t('common:message:savedSuccessfully')) + // this.$message.success(this.$t('common:message:savedSuccessfully')) + this.$message.success(this.$t('trials:researchForm:message:savedSuccessfully')) } }).catch(() => { this.loading = false }) }).catch(() => {}) diff --git a/src/views/trials/trials-workbench/index.vue b/src/views/trials/trials-workbench/index.vue index 1c3cd561..615e80c7 100644 --- a/src/views/trials/trials-workbench/index.vue +++ b/src/views/trials/trials-workbench/index.vue @@ -5,7 +5,7 @@
-
+
{{ $t('trials:workbench:label:pendingTasksStats') }} ({{tabList.TotalCount}})
@@ -157,7 +157,7 @@ export default { console.log(res) this.trialIdList = res.Result this.$nextTick(() => { - this.width = document.querySelector('.el-tabs__nav-scroll').clientWidth - 75 + this.width = document.querySelector('.el-tabs__nav-scroll').clientWidth - 20 var list = document.querySelectorAll('div[aria-controls]') list.forEach((v, i) => { if (i === 0) { @@ -184,6 +184,7 @@ export default { } .el-tabs__header{ position: relative; + width: 260px!important; } ::-webkit-scrollbar { width: 7px;