|
@@ -137,7 +137,7 @@ function handleLeadUnitChange(e){
|
|
|
<span class="text">{{data[item.key]}}</span>
|
|
|
</li>
|
|
|
</ul>
|
|
|
- <div class="opt-box" v-if="sameOptionType.includes(chartInfo.ChartType) && chartInfo.ChartType!==5">
|
|
|
+ <div class="opt-box" v-if="sameOptionType.includes(chartInfo.ChartType) && chartInfo.ChartType!==5 && chartInfo.Source===1">
|
|
|
<div class="lable">指标操作</div>
|
|
|
<div class="con">
|
|
|
<div class="item-box" v-if="showYOptionsHandle">
|