瀏覽代碼

数据报表管理-钢联化工统计表

jwyu 1 年之前
父節點
當前提交
c79a56a24a

+ 99 - 0
src/lang/modules/DataReport/GlStatisticTable.js

@@ -0,0 +1,99 @@
+/**
+ * ETA逻辑
+ */
+
+/* 英文 */
+export const GlStatisticTableEn = {
+    type01:'Data Source Detail Table',
+    type02:'Data Source Statistics Table',
+    type03:'Delete Indicator Table',
+    type04:'Indicator Information Change Table',
+    placeholder01:'Terminal Coding',
+    placeholder02:'Creator',
+    placeholder03:'Frequency',
+    placeholder04:'Indicator ID/Indicator Name',
+    custom_table:'Custom Column',
+    table_tips01:'Indicator full name in data source',
+    table_tips02:'The last time indicator changed',
+    table_tips03:'Earliest date of change in indicator data',
+    table_tips04:'Whether a scheduled refresh task is configured for this indicator today',
+    table_tips05:'Whether the indicator is initiated a refresh task',
+    table_tips06:'The last time to be refreshed',
+    table_tips07:'1、Number of indicators need to be updated at regular intervals on this terminal today<br>2、Number of indicators need to be updated today = number of indicators updated today + number of indicators failed updated today',
+    table_tips08:'1、Number of indicators initiating update tasks on this terminal today<br>2、Number of indicators initiating update tasks today=Number of indicators update successfully + Number of indicators failed updated today',
+    table_tips09:'Number of indicators updated successfully on this terminal today',
+    table_tips10:'Number of indicators failed updated on this terminal today',
+    table_tips11:'Number of indicators for which the terminal successfully initiated update tasks but indicator data did not change today',
+    table_tips12:'Number of indicators for which  terminal data changed today',
+    table_tips13:'Name saved in ETA indicators',
+
+    change_placeholder:'Please select change type',
+    change_type01:'Change of Basic Information',
+    change_type02:'Change of Data Item',
+    change_type03:'New Indicator',
+    update_fail_title:'Details of failed updated indicators',
+    terminal_name:'Terminal Name',
+    update_success_num:'Number of indicators updated successfully',
+    update_fail_num:'Number of indicators failed updated',
+    inspection_step:'Inspection Steps',
+    frequency:'Frequency',
+    num:'Quantities',
+    reason:'Reason',
+    reason_html:`<div>1、On the Mysteel terminal, use the indicator code to query whether the indicator exists, avoiding the failure of updating due to the change of indicator code.</div>
+    <div>2、Verify the Mtsteel terminal account is logged in.</div>
+    <div>3、Open Excel, if "Mysteel Data 2.0" plug-in does not exist, exit all Excel and WPS, in the Mysteel terminal, the top navigation bar, select Tools -> Excel plug-in repair -> click to repair,  then complete the Mysteel Data 2.0 plug-in installation.</div>
+    <div>4、Open Excel, select the "Mysteel Data 2.0" plug-in, check whether the login status is normal</div>
+    <div>5、Open an Excel in the file directory, select the "Mysteel Data 2.0" plug-in, click on the "Update All Pages" button, wait ten seconds, check if the bottom left corner of the Excel indicates that the quota is over limited</div>`,
+    edb_detail_title:'Indicator Detail',
+    dir_path:'Folder Path'
+};
+  
+/* 中文 */
+export const GlStatisticTableZh = {
+    type01:'数据源明细表',
+    type02:'数据源统计表',
+    type03:'删除指标表',
+    type04:'指标信息变更表',
+    placeholder01:'终端编码',
+    placeholder02:'创建人',
+    placeholder03:'频度',
+    placeholder04:'指标ID/指标名称',
+    custom_table:'自定义列',
+    table_tips01:'指标在数据源的全称',
+    table_tips02:'指标最近一次数据发生变化的时间',
+    table_tips03:'指标数据发生变化的最早日期',
+    table_tips04:'该指标今日是否设置了定时刷新任务',
+    table_tips05:'该指标是否发起了刷新任务',
+    table_tips06:'指标最近一次执行刷新任务的时间',
+    table_tips07:'1、今日该终端需定时刷新的指标数量<br>2、今日需刷新指标数=今日已更新指标数+今日更新失败指标数',
+    table_tips08:'1、今日该终端发起刷新任务的指标数量<br>2、今日发起刷新任务指标数=今日已刷新成功指标数+今日刷新失败指标数',
+    table_tips09:'今日该终端刷新成功的指标数量',
+    table_tips10:'今日该终端刷新失败的指标数量',
+    table_tips11:'今日该终端成功发起刷新任务,但指标数据未变化的指标数量',
+    table_tips12:'今日该终端数据发生变化的指标数量',
+    table_tips13:'指标在ETA指标库保存的指标名称',
+
+    change_placeholder:'请选择变更类型',
+    change_type01:'基础信息变更',
+    change_type02:'数据明细变更',
+    change_type03:'新增指标',
+    update_fail_title:'更新失败指标详情',
+    terminal_name:'终端名称',
+    update_success_num:'已成功刷新指标数',
+    update_fail_num:'更新失败指标数',
+    inspection_step:'排查步骤',
+    frequency:'频度',
+    num:'数量',
+    reason:'原因',
+    reason_html:`<div>1、在钢联终端上,用指标编码查询下是否存在该指标,避免因为指标编码变更的原因导致刷新失败。</div>
+    <div>2、核实钢联终端账号处于登录状态。</div>
+    <div>3、打开Excel,如果“钢联数据2.0”插件不存在,则需要先退出所有Excel和WPS,在钢联终端:最上面的导航栏选择工具->Excel插件修复->点击一键修复,完成钢联数据2.0插件安装。</div>
+    <div>4、打开Excel,选中“钢联数据2.0”插件,查看登录状态是否正常。</div>
+    <div>5、打开文件目录下的一个Excel,选中“钢联数据2.0”插件,点击“更新所有页”按钮后,等待十几秒,查看Excel左下角是否提示额度超限。</div>`,
+    edb_detail_title:'指标详情',
+    dir_path:'文件夹路径'
+};
+  
+/**
+  * $t('DataReportManage.GlStatisticTable.XXX')
+*/

+ 8 - 0
src/lang/modules/DataReport/indexEn.js

@@ -0,0 +1,8 @@
+import { GlStatisticTableEn } from "./GlStatisticTable";
+
+export default {
+    // 数据报表管理----模块
+    DataReportManage: {
+        GlStatisticTable:GlStatisticTableEn
+    },
+  };

+ 9 - 0
src/lang/modules/DataReport/indexZh.js

@@ -0,0 +1,9 @@
+import { GlStatisticTableZh } from "./GlStatisticTable";
+
+
+export default {
+  // 数据报表管理----模块
+  DataReportManage: {
+    GlStatisticTable:GlStatisticTableZh
+  },
+};

+ 3 - 3
src/views/dataSource_manage/components/DelEDBTable.vue

@@ -32,7 +32,7 @@
                 </template>
             </el-table-column>
             <div slot="empty">
-                <tableNoData text="暂无数据"/>
+                <tableNoData :text="$t('Confirm.prompt_slogan')"/>
             </div>
         </el-table>
         <el-pagination
@@ -140,8 +140,8 @@ export default {
         // table说明文案
         getTableHeadTips(key){
             const tipsMap={
-                EdbNameSource:'指标在数据源的全称',
-                ErDataUpdateDate:'指标数据发生变化的最早日期',
+                EdbNameSource:this.$t('DataReportManage.GlStatisticTable.table_tips01')||'指标在数据源的全称',
+                ErDataUpdateDate:this.$t('DataReportManage.GlStatisticTable.table_tips03')||'指标数据发生变化的最早日期',
             }
             return tipsMap[key]
         },

+ 11 - 11
src/views/dataSource_manage/components/DetailTable.vue

@@ -4,7 +4,7 @@
         <div class="filter-box">
             <el-select
                 v-model="filterState.terminalCode"
-                placeholder="终端编码"
+                :placeholder="$t('DataReportManage.GlStatisticTable.placeholder01')"
                 multiple
                 clearable
                 collapse-tags
@@ -20,7 +20,7 @@
             </el-select> 
             <el-cascader
                 v-model="filterState.user"
-                placeholder="创建人"
+                :placeholder="$t('DataReportManage.GlStatisticTable.placeholder02')"
                 :options="sysUserOpts"
                 :props="props"
                 collapse-tags
@@ -32,7 +32,7 @@
             />
             <el-select
                 v-model="filterState.frequency"
-                placeholder="频度"
+                :placeholder="$t('DataReportManage.GlStatisticTable.placeholder03')"
                 multiple
                 clearable
                 collapse-tags
@@ -47,7 +47,7 @@
                 />
             </el-select>
             <el-input
-                placeholder="指标ID/指标名称"
+                :placeholder="$t('DataReportManage.GlStatisticTable.placeholder04')"
                 prefix-icon="el-icon-search"
                 v-model="filterState.keyword"
                 clearable
@@ -94,7 +94,7 @@
                 </template>
             </el-table-column>
             <div slot="empty">
-                <tableNoData text="暂无数据"/>
+                <tableNoData :text="$t('Confirm.prompt_slogan')"/>
             </div>
         </el-table>
         <el-pagination
@@ -247,12 +247,12 @@ export default {
         // table说明文案
         getTableHeadTips(key){
             const tipsMap={
-                EdbNameSource:'指标在数据源的全称',
-                DataUpdateTime:'指标最近一次数据发生变化的时间',
-                ErDataUpdateDate:'指标数据发生变化的最早日期',
-                NeedRefresh:'该指标今日是否设置了定时刷新任务',
-                HasRefresh:'该指标是否发起了刷新任务',
-                UpdateTime:'指标最近一次执行刷新任务的时间'
+                EdbNameSource:this.$t('DataReportManage.GlStatisticTable.table_tips01')||'指标在数据源的全称',
+                DataUpdateTime:this.$t('DataReportManage.GlStatisticTable.table_tips02')||'指标最近一次数据发生变化的时间',
+                ErDataUpdateDate:this.$t('DataReportManage.GlStatisticTable.table_tips03')||'指标数据发生变化的最早日期',
+                NeedRefresh:this.$t('DataReportManage.GlStatisticTable.table_tips04')||'该指标今日是否设置了定时刷新任务',
+                HasRefresh:this.$t('DataReportManage.GlStatisticTable.table_tips05')||'该指标是否发起了刷新任务',
+                UpdateTime:this.$t('DataReportManage.GlStatisticTable.table_tips06')||'指标最近一次执行刷新任务的时间'
             }
             return tipsMap[key]
         },

+ 37 - 19
src/views/dataSource_manage/components/EDBInfoChangeTable.vue

@@ -4,7 +4,7 @@
             <div class="filter-box">
                 <el-select
                     v-model="filterState.changeType"
-                    placeholder="请选择变更类型"
+                    :placeholder="$t('DataReportManage.GlStatisticTable.change_placeholder')"
                     clearable
                     style="width:250px"
                     @change="handleRefreshList"
@@ -52,7 +52,7 @@
                 </template>
             </el-table-column>
             <div slot="empty">
-                <tableNoData text="暂无数据"/>
+                <tableNoData :text="$t('Confirm.prompt_slogan')"/>
             </div>
         </el-table>
         <el-pagination
@@ -74,6 +74,24 @@ import {apiDataSource} from '@/api/modules/dataSource'
 import SetTableCols from './SetTableCols.vue'
 export default {
     components:{SetTableCols},
+    computed:{
+        changeTypeOpt(){
+            return [
+                {
+                    label:this.$t('DataReportManage.GlStatisticTable.change_type01')||'基础信息变更',
+                    value:1,
+                },
+                {
+                    label:this.$t('DataReportManage.GlStatisticTable.change_type02')||'数据明细变更',
+                    value:0,
+                },
+                {
+                    label:this.$t('DataReportManage.GlStatisticTable.change_type03')||'新增指标',
+                    value:2,
+                }
+            ]
+        }
+    },
     data() {
         return {
             tipsKeysArr:['EdbNameSource','EdbName','ErDataUpdateDate'],
@@ -90,20 +108,20 @@ export default {
                 sortType:'',
                 changeType:''
             },
-            changeTypeOpt:[
-                {
-                    label:'基础信息变更',
-                    value:1,
-                },
-                {
-                    label:'数据明细变更',
-                    value:0,
-                },
-                {
-                    label:'新增指标',
-                    value:2,
-                }
-            ],
+            // changeTypeOpt:[
+            //     {
+            //         label:'基础信息变更',
+            //         value:1,
+            //     },
+            //     {
+            //         label:'数据明细变更',
+            //         value:0,
+            //     },
+            //     {
+            //         label:'新增指标',
+            //         value:2,
+            //     }
+            // ],
 
             showSetTableCols:false,
         }
@@ -189,9 +207,9 @@ export default {
         // table说明文案
         getTableHeadTips(key){
             const tipsMap={
-                EdbNameSource:'指标在数据源的全称',
-                EdbName:'指标在ETA指标库保存的指标名称',
-                ErDataUpdateDate:'指标数据发生变化的最早日期',
+                EdbNameSource:this.$t('DataReportManage.GlStatisticTable.table_tips01')||'指标在数据源的全称',
+                EdbName:this.$t('DataReportManage.GlStatisticTable.table_tips13')||'指标在ETA指标库保存的指标名称',
+                ErDataUpdateDate:this.$t('DataReportManage.GlStatisticTable.table_tips03')||'指标数据发生变化的最早日期',
             }
             return tipsMap[key]
         },

+ 20 - 20
src/views/dataSource_manage/components/GLRefreshFailDetail.vue

@@ -1,6 +1,6 @@
  <template>
     <el-dialog
-        title="更新失败指标详情"
+        :title="$t('DataReportManage.GlStatisticTable.update_fail_title')"
         :visible.sync="show"
         :close-on-click-modal="false"
         :append-to-body="true"
@@ -11,17 +11,17 @@
     >
         <div class="gl-refresh-fail-detail-wrap">
             <div style="margin-bottom:20px">
-                <span>终端名称:{{info.Name}}</span>
-                <span style="display:inline-block;margin-left:20px">文件夹路径:{{info.DirPath}}</span>
+                <span>{{$t('DataReportManage.GlStatisticTable.terminal_name')}}:{{info.Name}}</span>
+                <span style="display:inline-block;margin-left:20px">{{$t('DataReportManage.GlStatisticTable.dir_path')}}:{{info.DirPath}}</span>
             </div>
             <div style="display:flex;justify-content: space-between;">
                 <div>
-                    <span>已成功刷新指标数:{{info.UpdateSuccessNum}}</span>
-                    <span>更新失败指标数:{{info.UpdateFailedNum}}</span>
+                    <span>{{$t('DataReportManage.GlStatisticTable.update_success_num')}}:{{info.UpdateSuccessNum}}</span>
+                    <span>{{$t('DataReportManage.GlStatisticTable.update_fail_num')}}:{{info.UpdateFailedNum}}</span>
                 </div>
                 <div style="display:flex;align-items:center;color:#409EFF;cursor: pointer;" @click="showBZ=true">
                     <img src="~@/assets/img/data_m/icon01.png" alt="">
-                    <span>排查步骤</span>
+                    <span>{{$t('DataReportManage.GlStatisticTable.inspection_step')}}</span>
                 </div>
             </div>
             <el-table
@@ -30,13 +30,13 @@
                 height="500"
             >
                 <el-table-column
-                    label="频度"
+                    :label="$t('DataReportManage.GlStatisticTable.frequency')"
                     prop="Frequency"
                     align="center"
                 >
                 </el-table-column>
                 <el-table-column
-                    label="数量"
+                    :label="$t('DataReportManage.GlStatisticTable.num')"
                     prop="Num"
                     align="center"
                 >
@@ -45,20 +45,20 @@
                     </template>
                 </el-table-column>
                 <el-table-column
-                    label="原因"
+                    :label="$t('DataReportManage.GlStatisticTable.reason')"
                     prop="SourceUpdateFailedReason"
                     align="center"
                 >
                 </el-table-column>
                 <div slot="empty">
-                    <tableNoData text="暂无数据"/>
+                    <tableNoData :text="$t('Confirm.prompt_slogan')"/>
                 </div>
             </el-table>
         </div>
 
         <!-- 排查步骤说明 -->
         <el-dialog
-            title="排查步骤"
+            :title="$t('DataReportManage.GlStatisticTable.inspection_step')"
             :visible.sync="showBZ"
             :close-on-click-modal="false"
             :center="true"
@@ -66,18 +66,18 @@
             :append-to-body="true"
             width="500px"
         > 
-            <div style="padding-bottom:30px;line-height:2;color:#333">
-                <div>1、在钢联终端上,用指标编码查询下是否存在该指标,避免因为指标编码变更的原因导致刷新失败。</div>
+            <div style="padding-bottom:30px;line-height:2;color:#333" :v-html="$t('DataReportManage.GlStatisticTable.reason_html')">
+                <!-- <div>1、在钢联终端上,用指标编码查询下是否存在该指标,避免因为指标编码变更的原因导致刷新失败。</div>
                 <div>2、核实钢联终端账号处于登录状态。</div>
                 <div>3、打开Excel,如果“钢联数据2.0”插件不存在,则需要先退出所有Excel和WPS,在钢联终端:最上面的导航栏选择工具->Excel插件修复->点击一键修复,完成钢联数据2.0插件安装。</div>
                 <div>4、打开Excel,选中“钢联数据2.0”插件,查看登录状态是否正常。</div>
-                <div>5、打开文件目录下的一个Excel,选中“钢联数据2.0”插件,点击“更新所有页”按钮后,等待十几秒,查看Excel左下角是否提示额度超限。</div>
+                <div>5、打开文件目录下的一个Excel,选中“钢联数据2.0”插件,点击“更新所有页”按钮后,等待十几秒,查看Excel左下角是否提示额度超限。</div> -->
             </div>
         </el-dialog>
 
         <!-- 失败详情 -->
         <el-dialog
-            title="指标详情"
+            :title="$t('DataReportManage.GlStatisticTable.edb_detail_title')"
             :visible.sync="showEDBList"
             :close-on-click-modal="false"
             :center="true"
@@ -87,10 +87,10 @@
         >
             <div class="gl-refresh-fail-edb-list-wrap">
                 <p class="info"> 
-                    <span>终端名称:{{info.Name}} </span>
-                    <span>文件夹路径:{{info.DirPath}} </span>
-                    <span>频度:{{activeFrequency}} </span>
-                    <span>原因:{{activeReason}} </span>
+                    <span>{{$t('DataReportManage.GlStatisticTable.terminal_name')}}:{{info.Name}} </span>
+                    <span>{{$t('DataReportManage.GlStatisticTable.dir_path')}}:{{info.DirPath}} </span>
+                    <span>{{$t('DataReportManage.GlStatisticTable.frequency')}}:{{activeFrequency}} </span>
+                    <span>{{$t('DataReportManage.GlStatisticTable.reason')}}:{{activeReason}} </span>
                 </p>
                 <el-table
                     :data="edbList"
@@ -105,7 +105,7 @@
                         align="center"
                     />
                     <div slot="empty">
-                        <tableNoData text="暂无数据"/>
+                        <tableNoData :text="$t('Confirm.prompt_slogan')"/>
                     </div>
                 </el-table>
                 <el-pagination

+ 3 - 3
src/views/dataSource_manage/components/SetTableCols.vue

@@ -1,6 +1,6 @@
 <template>
     <el-dialog
-      title="自定义列"
+      :title="$t('DataReportManage.GlStatisticTable.custom_table')"
       :visible.sync="show"
       :modal-append-to-body="false"
       :close-on-click-modal="false"
@@ -25,8 +25,8 @@
             </div>
         </draggable>
         <div style="text-align:center;margin:30px 0">
-            <el-button type="primary" plain @click="handleClose">取消</el-button>
-            <el-button type="primary" @click="handleSave">确定</el-button>
+            <el-button type="primary" plain @click="handleClose">{{$t('Dialog.cancel_btn')}}</el-button>
+            <el-button type="primary" @click="handleSave">{{$t('Dialog.confirm_btn')}}</el-button>
         </div>
     </el-dialog>
 </template>

+ 7 - 7
src/views/dataSource_manage/components/StatisticTable.vue

@@ -38,7 +38,7 @@
                 </template>
             </el-table-column>
             <div slot="empty">
-                <tableNoData text="暂无数据"/>
+                <tableNoData :text="$t('Confirm.prompt_slogan')"/>
             </div>
         </el-table>
         <el-pagination
@@ -147,12 +147,12 @@ export default {
         // table说明文案
         getTableHeadTips(key){
             const tipsMap={
-                NeedRefreshNum:'1、今日该终端需定时刷新的指标数量<br>2、今日需刷新指标数=今日已更新指标数+今日更新失败指标数',
-                HasRefreshNum:'1、今日该终端发起刷新任务的指标数量<br>2、今日发起刷新任务指标数=今日已刷新成功指标数+今日刷新失败指标数',
-                RefreshSuccessNum:'今日该终端刷新成功的指标数量',
-                RefreshFailedNum:'今日该终端刷新失败的指标数量',
-                UpdateFailedNum:'今日该终端成功发起刷新任务,但指标数据未变化的指标数量',
-                UpdateSuccessNum:' 今日该终端数据发生变化的指标数量'
+                NeedRefreshNum:this.$t('DataReportManage.GlStatisticTable.table_tips07')||'1、今日该终端需定时刷新的指标数量<br>2、今日需刷新指标数=今日已更新指标数+今日更新失败指标数',
+                HasRefreshNum:this.$t('DataReportManage.GlStatisticTable.table_tips08')||'1、今日该终端发起刷新任务的指标数量<br>2、今日发起刷新任务指标数=今日已刷新成功指标数+今日刷新失败指标数',
+                RefreshSuccessNum:this.$t('DataReportManage.GlStatisticTable.table_tips09')||'今日该终端刷新成功的指标数量',
+                RefreshFailedNum:this.$t('DataReportManage.GlStatisticTable.table_tips10')||'今日该终端刷新失败的指标数量',
+                UpdateFailedNum:this.$t('DataReportManage.GlStatisticTable.table_tips11')||'今日该终端成功发起刷新任务,但指标数据未变化的指标数量',
+                UpdateSuccessNum:this.$t('DataReportManage.GlStatisticTable.table_tips12')||' 今日该终端数据发生变化的指标数量'
             }
             return tipsMap[key]
         },

+ 16 - 6
src/views/dataSource_manage/dataSourceListGL.vue

@@ -40,14 +40,24 @@ export default {
             this.time=this.$moment().format('YYYY-MM-DD')
         }  
     },
+    computed:{
+        navOpt(){
+            return [
+                {name:this.$t('DataReportManage.GlStatisticTable.type01'),key:'DetailTable'},
+                {name:this.$t('DataReportManage.GlStatisticTable.type02'),key:'StatisticTable'},
+                {name:this.$t('DataReportManage.GlStatisticTable.type03'),key:'DelEDBTable'},
+                {name:this.$t('DataReportManage.GlStatisticTable.type04'),key:'EDBInfoChangeTable'}
+            ]
+        }
+    },
     data() {
         return {
-            navOpt:[
-                {name:'数据源明细表',key:'DetailTable'},
-                {name:'数据源统计表',key:'StatisticTable'},
-                {name:'删除指标表',key:'DelEDBTable'},
-                {name:'指标信息变更表',key:'EDBInfoChangeTable'}
-            ],
+            // navOpt:[
+            //     {name:'数据源明细表',key:'DetailTable'},
+            //     {name:'数据源统计表',key:'StatisticTable'},
+            //     {name:'删除指标表',key:'DelEDBTable'},
+            //     {name:'指标信息变更表',key:'EDBInfoChangeTable'}
+            // ],
             activeNav:'DetailTable',
             time:this.$moment().format('YYYY-MM-DD')||''
         }