From 0728220a2d43058d90acac9687a9d398e84923dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Fri, 8 Mar 2024 13:29:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E5=BE=85=E5=8A=9E?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/research/form.vue | 3 ++- src/views/trials/trials-workbench/index.vue | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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;