|
@@ -222,125 +222,104 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 指标详情 -->
|
|
|
- <div class="main-right right detail" id="right" v-show="isShowDetail">
|
|
|
- <div class="header">
|
|
|
- <el-tabs v-model="activeTab" @tab-click="rePainChart">
|
|
|
- <el-tab-pane label="走势图" name="Chart">
|
|
|
- </el-tab-pane>
|
|
|
- <el-tab-pane label="数据详情" name="Data">
|
|
|
- </el-tab-pane>
|
|
|
- </el-tabs>
|
|
|
- <div class="edb-tool-icon edb-tool" style="align-items: center;">
|
|
|
- <el-popover
|
|
|
- placement="left"
|
|
|
- trigger="click"
|
|
|
- popper-class="edb-tool-popover"
|
|
|
- width="320" style="display: inline-block;">
|
|
|
- <div class="edb-tool-wrap">
|
|
|
- <el-button v-if="isEdbBtnShow('update')"
|
|
|
- type="text" @click="refreshTargetHandle" >刷新</el-button>
|
|
|
- <el-button v-if="isEdbBtnShow('edit')"
|
|
|
- type="text" :disabled="!(EdbData.Button.OpButton)"
|
|
|
- @click="editNode({},EdbData)"
|
|
|
- >编辑</el-button>
|
|
|
- <!-- 指保存指标的上下限,在走势图才显示 -->
|
|
|
- <el-button v-if="activeTab==='Chart'&&isEdbBtnShow('saveEdb')"
|
|
|
- type="text" @click.stop="saveEdbLimit">保存</el-button>
|
|
|
- <el-button v-if="isEdbBtnShow('setEn')"
|
|
|
- type="text" @click="openEnNameDia">设置英文名称</el-button>
|
|
|
- <el-button v-if="EdbData.Button.InsertNewDataButton&&isEdbBtnShow('newValue')"
|
|
|
- type="text" @click.stop="updateNewestDataHandle" >{{(EdbData.DataInsertConfig.Date)?'编辑最新值':'添加最新值'}}</el-button>
|
|
|
- <el-button v-if="EdbData.EdbType===2&&isEdbBtnShow('calculateAgain')"
|
|
|
- type="text" @click.stop="reCalculateHandler" :loading="calculateLoading">重新计算</el-button>
|
|
|
- <el-button v-if="EdbData.EdbType===2&&isEdbBtnShow('toSource')"
|
|
|
- type="text" @click="isLookHistory=true;lookEdbId=selected_edbid">指标溯源</el-button>
|
|
|
- <el-button v-if="EdbData.EdbType===1&&isEdbBtnShow('refreshAll')"
|
|
|
- type="text" @click.stop="refreshBaseHandler" :loading="refreshLoading">全部刷新</el-button>
|
|
|
- <el-button v-if="isEdbBtnShow('copyData')"
|
|
|
- type="text" @click="copyCode">复制数据</el-button>
|
|
|
- <el-button v-if="EdbData.Button.DeleteButton&&isEdbBtnShow('deleteEdb')"
|
|
|
- type="text" @click="removeNode(_,EdbData)" style="color:#C54322;">删除</el-button>
|
|
|
- </div>
|
|
|
- <div class="edb-btn" slot="reference">
|
|
|
- <el-button type="text">操作</el-button>
|
|
|
- <i class="el-icon-more" style="font-size: 14px;transform: rotate(90deg);cursor: pointer;color: #3375e1;"/>
|
|
|
- </div>
|
|
|
- </el-popover>
|
|
|
- </div>
|
|
|
- <!-- <div class="edb-tool">
|
|
|
- <el-button v-if="isEdbBtnShow('update')"
|
|
|
- type="text" @click="refreshTargetHandle" >刷新</el-button>
|
|
|
- <el-button v-if="isEdbBtnShow('edit')"
|
|
|
- type="text" :disabled="!(EdbData.Button.OpButton)"
|
|
|
- @click="editNode({},EdbData)"
|
|
|
- >编辑</el-button>
|
|
|
- <el-button v-if="activeTab==='Chart'&&isEdbBtnShow('saveEdb')"
|
|
|
- type="text" @click.stop="saveEdbLimit">保存</el-button>
|
|
|
- <el-button v-if="isEdbBtnShow('setEn')"
|
|
|
- type="text" @click="openEnNameDia">设置英文名称</el-button>
|
|
|
- <el-button v-if="EdbData.Button.InsertNewDataButton&&isEdbBtnShow('newValue')"
|
|
|
- type="text" @click.stop="updateNewestDataHandle" >{{(EdbData.DataInsertConfig.Date)?'编辑最新值':'添加最新值'}}</el-button>
|
|
|
- <el-button v-if="EdbData.EdbType===2&&isEdbBtnShow('calculateAgain')"
|
|
|
- type="text" @click.stop="reCalculateHandler" :loading="calculateLoading">重新计算</el-button>
|
|
|
- <el-button v-if="EdbData.EdbType===2&&isEdbBtnShow('toSource')"
|
|
|
- type="text" @click="isLookHistory=true;lookEdbId=selected_edbid">指标溯源</el-button>
|
|
|
- <el-button v-if="EdbData.EdbType===1&&isEdbBtnShow('refreshAll')"
|
|
|
- type="text" @click.stop="refreshBaseHandler" :loading="refreshLoading">全部刷新</el-button>
|
|
|
- <el-button v-if="isEdbBtnShow('copyData')"
|
|
|
- type="text" @click="copyCode">复制数据</el-button>
|
|
|
- <el-button v-if="EdbData.Button.DeleteButton&&isEdbBtnShow('deleteEdb')"
|
|
|
- type="text" @click="removeNode(_,EdbData)" style="color:#C54322;">删除</el-button>
|
|
|
- </div> -->
|
|
|
- </div>
|
|
|
- <div class="container" id="detail-container">
|
|
|
- <div class="chart" v-show="activeTab==='Chart'">
|
|
|
- <chart-trend-render
|
|
|
- :edbid="selected_edbid"
|
|
|
- :chartLang="currentLang"
|
|
|
- :isShowChartBasis="isEdbBtnShow('showChartBasis')"
|
|
|
- :isAllowSwitchSeason="isEdbBtnShow('switchSeason')"
|
|
|
- :isAllowEditLimit="isEdbBtnShow('editLimit')"
|
|
|
- ref="createChart"
|
|
|
- @editEnName="openEnNameDia"/>
|
|
|
- <div class="info">
|
|
|
- <span>数据来源:{{EdbData.SourceName}}</span>
|
|
|
- <span>添加人:{{EdbData.SysUserRealName}}</span>
|
|
|
+ <div class="main-right right detail-wrap" id="right" v-show="isShowDetail">
|
|
|
+ <div class="detail">
|
|
|
+ <div class="header">
|
|
|
+ <el-tabs v-model="activeTab" @tab-click="rePainChart">
|
|
|
+ <el-tab-pane label="走势图" name="Chart">
|
|
|
+ </el-tab-pane>
|
|
|
+ <el-tab-pane label="数据详情" name="Data">
|
|
|
+ </el-tab-pane>
|
|
|
+ </el-tabs>
|
|
|
+ <div class="edb-tool-icon edb-tool" style="align-items: center;">
|
|
|
+ <el-popover
|
|
|
+ placement="left"
|
|
|
+ trigger="click"
|
|
|
+ popper-class="edb-tool-popover"
|
|
|
+ width="320" style="display: inline-block;">
|
|
|
+ <div class="edb-tool-wrap">
|
|
|
+ <el-button v-if="isEdbBtnShow('update')"
|
|
|
+ type="text" @click="refreshTargetHandle" >刷新</el-button>
|
|
|
+ <el-button v-if="isEdbBtnShow('edit')"
|
|
|
+ type="text" :disabled="!(EdbData.Button.OpButton)"
|
|
|
+ @click="editNode({},EdbData)"
|
|
|
+ >编辑</el-button>
|
|
|
+ <!-- 指保存指标的上下限,在走势图才显示 -->
|
|
|
+ <el-button v-if="activeTab==='Chart'&&isEdbBtnShow('saveEdb')"
|
|
|
+ type="text" @click.stop="saveEdbLimit">保存</el-button>
|
|
|
+ <el-button v-if="isEdbBtnShow('setEn')"
|
|
|
+ type="text" @click="openEnNameDia">设置英文名称</el-button>
|
|
|
+ <el-button v-if="EdbData.Button.InsertNewDataButton&&isEdbBtnShow('newValue')"
|
|
|
+ type="text" @click.stop="updateNewestDataHandle" >{{(EdbData.DataInsertConfig.Date)?'编辑最新值':'添加最新值'}}</el-button>
|
|
|
+ <el-button v-if="EdbData.EdbType===2&&isEdbBtnShow('calculateAgain')"
|
|
|
+ type="text" @click.stop="reCalculateHandler" :loading="calculateLoading">重新计算</el-button>
|
|
|
+ <el-button v-if="EdbData.EdbType===2&&isEdbBtnShow('toSource')"
|
|
|
+ type="text" @click="isLookHistory=true;lookEdbId=selected_edbid">指标溯源</el-button>
|
|
|
+ <el-button v-if="EdbData.EdbType===1&&isEdbBtnShow('refreshAll')"
|
|
|
+ type="text" @click.stop="refreshBaseHandler" :loading="refreshLoading">全部刷新</el-button>
|
|
|
+ <el-button v-if="isEdbBtnShow('copyData')"
|
|
|
+ type="text" @click="copyCode">复制数据</el-button>
|
|
|
+ <el-button v-if="EdbData.Button.DeleteButton&&isEdbBtnShow('deleteEdb')"
|
|
|
+ type="text" @click="removeNode(_,EdbData)" style="color:#C54322;">删除</el-button>
|
|
|
+ </div>
|
|
|
+ <div class="edb-btn" slot="reference">
|
|
|
+ <el-button type="text">操作</el-button>
|
|
|
+ <i class="el-icon-more" style="font-size: 14px;transform: rotate(90deg);cursor: pointer;color: #3375e1;"/>
|
|
|
+ </div>
|
|
|
+ </el-popover>
|
|
|
</div>
|
|
|
- <ul class="value-ul"
|
|
|
- v-show="showTable&&dataList.length">
|
|
|
- <li class="value-item" style="background-color: #EBEFF6;">
|
|
|
- <span style="width:240px">日期(频度:{{EdbData.Frequency}})</span>
|
|
|
- <span style="flex:1;">值</span>
|
|
|
- </li>
|
|
|
- <li class="value-item"
|
|
|
- v-for="item in dataList.slice(0,3)"
|
|
|
- :key="item.EdbDataId">
|
|
|
- <span class="value-label date" style="width:240px">
|
|
|
- <span style="position: relative;">
|
|
|
- <i class="new-tag" v-if="EdbData.LatestDate===item.DataTime"></i>
|
|
|
- {{item.DataTime}}
|
|
|
- </span>
|
|
|
- </span>
|
|
|
- <span :class="['value-label',{'predict-act': EdbData.DataInsertConfig.Date===item.DataTime}]" style="flex:1;">
|
|
|
- <span :class="['value-style',{'predict-act': EdbData.DataInsertConfig.Date===item.DataTime}]">{{item.Value}}</span>
|
|
|
- </span>
|
|
|
- </li>
|
|
|
- <li class="nodata value-item" v-if="!dataList.length">暂无数据</li>
|
|
|
- </ul>
|
|
|
</div>
|
|
|
- <div class="list" v-show="activeTab==='Data'">
|
|
|
- <edb-detail-data
|
|
|
- ref="edb_detail_data"
|
|
|
- :current-lang="currentLang"
|
|
|
- :table-data="tableData"
|
|
|
- :table-colums-one="tableColumsOne"
|
|
|
- :table-colums-two="tableColumsTwo"
|
|
|
- :data-list="dataList"
|
|
|
- :haveMore="haveMore"
|
|
|
- @getNextData="()=>{page_no++;getDataList();}"
|
|
|
- />
|
|
|
+ <div class="container" id="detail-container">
|
|
|
+ <div class="chart" v-show="activeTab==='Chart'">
|
|
|
+ <chart-trend-render
|
|
|
+ :edbid="selected_edbid"
|
|
|
+ :chartLang="currentLang"
|
|
|
+ :isShowChartBasis="isEdbBtnShow('showChartBasis')"
|
|
|
+ :isAllowSwitchSeason="isEdbBtnShow('switchSeason')"
|
|
|
+ :isAllowEditLimit="isEdbBtnShow('editLimit')"
|
|
|
+ ref="createChart"
|
|
|
+ @editEnName="openEnNameDia"/>
|
|
|
+ <div class="info">
|
|
|
+ <span>数据来源:{{EdbData.SourceName}}</span>
|
|
|
+ <span>添加人:{{EdbData.SysUserRealName}}</span>
|
|
|
+ </div>
|
|
|
+ <ul class="value-ul"
|
|
|
+ v-show="showTable&&dataList.length">
|
|
|
+ <li class="value-item" style="background-color: #EBEFF6;">
|
|
|
+ <span style="width:240px">日期(频度:{{EdbData.Frequency}})</span>
|
|
|
+ <span style="flex:1;">值</span>
|
|
|
+ </li>
|
|
|
+ <li class="value-item"
|
|
|
+ v-for="item in dataList.slice(0,3)"
|
|
|
+ :key="item.EdbDataId">
|
|
|
+ <span class="value-label date" style="width:240px">
|
|
|
+ <span style="position: relative;">
|
|
|
+ <i class="new-tag" v-if="EdbData.LatestDate===item.DataTime"></i>
|
|
|
+ {{item.DataTime}}
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ <span :class="['value-label',{'predict-act': EdbData.DataInsertConfig.Date===item.DataTime}]" style="flex:1;">
|
|
|
+ <span :class="['value-style',{'predict-act': EdbData.DataInsertConfig.Date===item.DataTime}]">{{item.Value}}</span>
|
|
|
+ </span>
|
|
|
+ </li>
|
|
|
+ <li class="nodata value-item" v-if="!dataList.length">暂无数据</li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class="list" v-show="activeTab==='Data'">
|
|
|
+ <edb-detail-data
|
|
|
+ ref="edb_detail_data"
|
|
|
+ :current-lang="currentLang"
|
|
|
+ :table-data="tableData"
|
|
|
+ :table-colums-one="tableColumsOne"
|
|
|
+ :table-colums-two="tableColumsTwo"
|
|
|
+ :data-list="dataList"
|
|
|
+ :haveMore="haveMore"
|
|
|
+ @getNextData="()=>{page_no++;getDataList();}"
|
|
|
+ />
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 输入英文指标弹窗 -->
|
|
@@ -1953,7 +1932,7 @@ export default {
|
|
|
next()
|
|
|
},
|
|
|
mounted() {
|
|
|
- if (document.body.clientWidth <= 1200) {
|
|
|
+ if (document.body.clientWidth <= 1300) {
|
|
|
//小屏适配
|
|
|
this.isMainLeftShow = false;
|
|
|
}
|
|
@@ -2236,7 +2215,7 @@ export default {
|
|
|
}
|
|
|
.list-item{
|
|
|
width:31%;
|
|
|
- min-width: 275px;
|
|
|
+ min-width: 210px;
|
|
|
background-color: #fff;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -2267,10 +2246,14 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- &.detail{
|
|
|
+ &.detail-wrap{
|
|
|
+ overflow-x:auto;
|
|
|
+ }
|
|
|
+ .detail{
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
min-width: 780px;
|
|
|
+ height:100%;
|
|
|
>.header{
|
|
|
display: flex;
|
|
|
position: relative;
|
|
@@ -2357,8 +2340,9 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.computed-ul {
|
|
|
+ box-sizing: border-box;
|
|
|
max-height: 600px;
|
|
|
- height:60vh;
|
|
|
+ height:65vh;
|
|
|
overflow-y: auto;
|
|
|
padding: 40px 92px;
|
|
|
display: flex;
|
|
@@ -2366,6 +2350,8 @@ export default {
|
|
|
.cpmputed-li {
|
|
|
width: 180px;
|
|
|
padding: 19px 0;
|
|
|
+ height: 60px;
|
|
|
+ box-sizing: border-box;
|
|
|
color: $theme-color;
|
|
|
font-size: 16px;
|
|
|
background:#ECF5FF;
|