|
@@ -155,6 +155,7 @@
|
|
|
<el-table-column v-for="(num,index) in SortedArray" :key="num"
|
|
|
min-width="45px"
|
|
|
sortable
|
|
|
+ prop="LeadValue"
|
|
|
align="center"
|
|
|
class-name="zip-cell"
|
|
|
:label="num">
|
|
@@ -345,6 +346,7 @@ export default {
|
|
|
this.multipleChartData.SourcesFrom.isShow = this.SourcesFromVisable
|
|
|
}
|
|
|
},
|
|
|
+ //禁用表格行的样式
|
|
|
getTableRowClassname({row}){
|
|
|
if(!row.isSuccess){
|
|
|
return 'disable-row'
|
|
@@ -768,6 +770,7 @@ export default {
|
|
|
EdbInfoId:i.Id
|
|
|
}
|
|
|
})
|
|
|
+ const SeriesIds = this.this.$refs.multipleIndForm.factorList.map(i=>i.SeriesId)
|
|
|
const LegendConfig = YDataList.map(i=>{
|
|
|
return {
|
|
|
LegendName:i.Name,
|
|
@@ -788,6 +791,7 @@ export default {
|
|
|
LegendConfig,
|
|
|
},
|
|
|
SourcesFrom,
|
|
|
+ SeriesIds
|
|
|
}
|
|
|
const {ChartInfoId} = this.multipleChartData.ChartInfo
|
|
|
const isEdit = ChartInfoId&&type!=='saveOther'
|