浏览代码

Merge branch 'debug' of http://8.136.199.33:3000/eta_front/eta_front into debug

ldong 6 月之前
父节点
当前提交
04ec8ecf9d

+ 1 - 1
src/lang/modules/EtaBase/Zh.js

@@ -142,7 +142,7 @@ export default {
     label_depend_var: '因变量',
     label_fit_date: '拟合时间段',
     ph_start: '开始日期',
-    ph_to_now: '至',
+    ph_to_now: '至最新值',
     ph_end: '结束日期',
     move_type_tab1: '标准指标',
     move_type_tab2: '领先天数',

+ 4 - 4
src/lang/modules/EtaChart/commonLang.js

@@ -21,19 +21,19 @@ export default {
     en: 'All'
   },
   since_onefive: {
-    zh:'15年至',
+    zh:'15年至最新值',
     en: 'Since 2015'
   },
   since_twozero: {
-    zh:'20年至',
+    zh:'20年至最新值',
     en: 'Since 2020'
   },
   since_twoone: {
-    zh:'23年至',
+    zh:'23年至最新值',
     en: 'Since 2023'
   },
   since_twotwo: {
-    zh:'24年至',
+    zh:'24年至最新值',
     en:'Since 2024'
   },
   choose_time: {

+ 1 - 1
src/mixins/index.js

@@ -218,7 +218,7 @@ const mixins = {
 		verifyInsertModuleAuth(path){
 			// 如果没传path就默认有吧
 			if(!path) return true
-			const menuStr=localStorage.getItem('MenuList') ||sessionStorage.getItem('MenuList')
+			const menuStr=sessionStorage.getItem('MenuList')||localStorage.getItem('MenuList')
 			let menuData=JSON.parse(menuStr)||[]
 			if(menuData.length===0) return false
 			let pathArr=[]

+ 4 - 4
src/utils/defaultOptions.js

@@ -272,7 +272,7 @@ export const copyOtherOptions = {
 /* 图表年份筛选框 */
 export const yearSelector = [
 	{
-		name: bus.$i18nt?bus.$i18nt.t('Chart.since_onefive'):'15年至今',//'15年至今'
+		name: bus.$i18nt?bus.$i18nt.t('Chart.since_onefive'):'15年至最新值',//'15年至最新值'
 		value: 3,
 	},
 	// // {
@@ -284,15 +284,15 @@ export const yearSelector = [
 	// // 	value: 8,
 	// // },
 	{
-		name: bus.$i18nt?bus.$i18nt.t('Chart.since_twozero'):'20年至今',//'20年至今'
+		name: bus.$i18nt?bus.$i18nt.t('Chart.since_twozero'):'20年至最新值',//'20年至最新值'
 		value: 9,
 	},
 	{
-		name: bus.$i18nt?bus.$i18nt.t('Chart.since_twoone'):'23年至今',//'23年至今'
+		name: bus.$i18nt?bus.$i18nt.t('Chart.since_twoone'):'23年至最新值',//'23年至最新值'
 		value: 12,
 	},
 	{
-		name: bus.$i18nt?bus.$i18nt.t('Chart.since_twotwo'):'24年至今',//'24年至今'
+		name: bus.$i18nt?bus.$i18nt.t('Chart.since_twotwo'):'24年至最新值',//'24年至最新值'
 		value: 13,
 	},
 ]

+ 1 - 1
src/views/ppt_manage/newVersion/components/editor/InsertMaterial.vue

@@ -16,7 +16,7 @@
         @change="handleRefreshList"
       />
       <el-input
-        :placeholder="$t('ReportManage.ReportList.keyword_search')"
+        :placeholder="$t('SystemManage.BaseConfig.resource_placeholder01')"
         v-model="keyword"
         size="medium"
         prefix-icon="el-icon-search"

+ 1 - 1
src/views/report_manage/components/importMaterial.vue

@@ -16,7 +16,7 @@
         @change="handleRefreshList"
       />
       <el-input
-        :placeholder="$t('ReportManage.ReportList.keyword_search')"
+        :placeholder="$t('SystemManage.BaseConfig.resource_placeholder01')"
         v-model="keyword"
         size="medium"
         prefix-icon="el-icon-search"

+ 1 - 0
src/views/report_manage/reportEn/reportEditor.vue

@@ -552,6 +552,7 @@ export default {
 		// this.getSandTable();
 		// this.getSheetList();
 		this.getSystemUserInfo()
+		this.initPanelTabs()
 		this.timer = setInterval(() => {
 			this.autoSave();
 		}, 6000);

+ 1 - 1
src/views/report_manage/reportV2/normalReport/components/Material.vue

@@ -19,7 +19,7 @@
         />
         <el-input
           class="search-box"
-          :placeholder="$t('ReportManage.ReportList.keyword_search')"
+          :placeholder="$t('SystemManage.BaseConfig.resource_placeholder01')"
           v-model="keyword"
           size="medium"
           prefix-icon="el-icon-search"

+ 2 - 2
src/views/report_manage/reportV2/smartReport/editReport.vue

@@ -1643,7 +1643,7 @@ div{
     width: 800px;
     flex-shrink: 0;
     margin-left: 90px;
-    margin-right: 60px;
+    margin-right: 20px;
     margin-top: 30px;
     position: relative;
     .report-comp-wrap{
@@ -1894,7 +1894,7 @@ div{
         flex: 1;
         position: relative;
         padding-top: 30px;
-        padding-left: 75px;
+        padding-left: 50px;
         padding-right: 30px;
         padding-bottom: 30px;
         &::before{