|
|
@@ -65,13 +65,13 @@
|
|
|
|
|
|
<el-col :xs="24" :sm="24" :md="12" :lg="8" :xl="5">
|
|
|
<el-form-item
|
|
|
- label="分析类型"
|
|
|
- v-if="checkedCities.find((item) => item === '分析类型')"
|
|
|
+ label="分析模型"
|
|
|
+ v-if="checkedCities.find((item) => item === '分析模型')"
|
|
|
prop=""
|
|
|
>
|
|
|
<el-select
|
|
|
v-model="form.configAnalysis"
|
|
|
- placeholder="请选择分析类型"
|
|
|
+ placeholder="请选择分析模型"
|
|
|
size="small"
|
|
|
collapse-tags
|
|
|
multiple
|
|
|
@@ -701,7 +701,7 @@ export default {
|
|
|
// },
|
|
|
loading: false,
|
|
|
form: {
|
|
|
- configAnalysis: null, //分析类型
|
|
|
+ configAnalysis: null, //分析模型
|
|
|
powerFarmID: null, //风场编号//通过路由获取的默认传递的
|
|
|
dataBatchNum: null, //批次号
|
|
|
scada: "", //scada数类型
|
|
|
@@ -725,8 +725,8 @@ export default {
|
|
|
},
|
|
|
activeNames: ["1", "2", "3"],
|
|
|
checkAll: false,
|
|
|
- checkedCities: ["分析类型", "数据源", "分析时间", "滤除月份", "机组名称"],
|
|
|
- cities: ["分析类型", "数据源", "分析时间", "滤除月份", "机组名称"],
|
|
|
+ checkedCities: ["分析模型", "数据源", "分析时间", "滤除月份", "机组名称"],
|
|
|
+ cities: ["分析模型", "数据源", "分析时间", "滤除月份", "机组名称"],
|
|
|
isIndeterminate: true,
|
|
|
drawer: false,
|
|
|
direction: "rtl",
|
|
|
@@ -760,7 +760,7 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
created() {
|
|
|
- //获取分析 分析类型、机组编号 列表
|
|
|
+ //获取分析 分析模型、机组编号 列表
|
|
|
this.getWindCodeList();
|
|
|
this.getQueryDataTime();
|
|
|
this.getFengjiList();
|
|
|
@@ -903,7 +903,7 @@ export default {
|
|
|
configAnalysis:
|
|
|
this.form.configAnalysis !== null
|
|
|
? this.form.configAnalysis
|
|
|
- : undefined, //分析类型
|
|
|
+ : undefined, //分析模型
|
|
|
powerFarmID: this.$route.query.fieldEngineCode, //风场编号//通过路由获取的默认传递的
|
|
|
dataBatchNum: this.$route.query.batchCode, //批次号
|
|
|
scada: this.form.scada !== null ? this.form.scada : undefined, //scada数类型
|
|
|
@@ -1037,7 +1037,7 @@ export default {
|
|
|
resetForm() {
|
|
|
this.picker = [];
|
|
|
this.form = {
|
|
|
- configAnalysis: null, //分析类型
|
|
|
+ configAnalysis: null, //分析模型
|
|
|
powerFarmID: this.$route.query.fieldEngineCode, //风场编号//通过路由获取的默认传递的
|
|
|
dataBatchNum: this.$route.query.batchCode, //批次号
|
|
|
scada: "", //scada数类型
|