|
@@ -648,11 +648,7 @@ export default {
|
|
tableSelect(start,end,str){
|
|
tableSelect(start,end,str){
|
|
console.log(start,end,str);
|
|
console.log(start,end,str);
|
|
if(this.selectInput){
|
|
if(this.selectInput){
|
|
- // 如果选择的不是同行或者同列
|
|
|
|
- if(!(start.col==end.col||start.row==end.row)){
|
|
|
|
- this.$message.warning(this.$t('CustomAnalysisPage.only_allowed_select_msg'));
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
//查找到是哪个指标
|
|
//查找到是哪个指标
|
|
const tag=this.selectInput.split('_')[0]
|
|
const tag=this.selectInput.split('_')[0]
|
|
const type=this.selectInput.split('_')[1]
|
|
const type=this.selectInput.split('_')[1]
|
|
@@ -938,7 +934,8 @@ export default {
|
|
background: #fff;
|
|
background: #fff;
|
|
position: fixed;
|
|
position: fixed;
|
|
top: 20%;
|
|
top: 20%;
|
|
- left: 50%;
|
|
|
|
|
|
+ // left: 50%;
|
|
|
|
+ right: 10%;
|
|
border-radius: 2px;
|
|
border-radius: 2px;
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
|
|
z-index: 999;
|
|
z-index: 999;
|