|
@@ -160,7 +160,7 @@ func GetAiPredictChartDetailByData(indexItem *aiPredictModel.AiPredictModelIndex
|
|
chartView.ChartSourceEn = "AI预测模型"
|
|
chartView.ChartSourceEn = "AI预测模型"
|
|
chartView.SysUserId = chartInfo.SysUserId
|
|
chartView.SysUserId = chartInfo.SysUserId
|
|
chartView.SysUserRealName = chartInfo.SysUserRealName
|
|
chartView.SysUserRealName = chartInfo.SysUserRealName
|
|
- chartView.IsEdit = true
|
|
|
|
|
|
+ chartView.Button.IsEdit = true
|
|
} else {
|
|
} else {
|
|
chartView.ChartName = indexItem.IndexName
|
|
chartView.ChartName = indexItem.IndexName
|
|
chartView.ChartNameEn = indexItem.IndexName
|
|
chartView.ChartNameEn = indexItem.IndexName
|