File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ const routerList = computed(() => {
8080 & .is-active {
8181 background-color : #fff !important ;
8282 border-radius : 6px ;
83+ font-weight : 500 ;
8384 }
8485 }
8586
Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ const btnSelectClick = (val: any) => {
442442 />
443443 <div style =" display : flex ; justify-content : flex-end ; margin-top : 20px " >
444444 <el-button @click =" closeTable" >{{ t('common.cancel') }}</el-button >
445- <el-button type =" primary" @click =" saveTable" >{{ t('common.confirm ') }}</el-button >
445+ <el-button type =" primary" @click =" saveTable" >{{ t('common.save ') }}</el-button >
446446 </div >
447447 </el-dialog >
448448
@@ -463,7 +463,7 @@ const btnSelectClick = (val: any) => {
463463 />
464464 <div style =" display : flex ; justify-content : flex-end ; margin-top : 20px " >
465465 <el-button @click =" closeField" >{{ t('common.cancel') }}</el-button >
466- <el-button type =" primary" @click =" saveField" >{{ t('common.confirm ') }}</el-button >
466+ <el-button type =" primary" @click =" saveField" >{{ t('common.save ') }}</el-button >
467467 </div >
468468 </el-dialog >
469469 <ParamsForm ref =" paramsFormRef" @refresh =" refresh" ></ParamsForm >
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ const handleCurrentChange = (val: number) => {
345345 <el-icon size =" 16" >
346346 <rename ></rename >
347347 </el-icon >
348- {{ $t('datasource.edit ') }}
348+ {{ $t('dashboard.rename ') }}
349349 </div >
350350 <div class =" item" @click.stop =" delWorkspace(ele)" >
351351 <el-icon size =" 16" >
You can’t perform that action at this time.
0 commit comments