|
@@ -33,13 +33,22 @@
|
|
|
:model="state.formQuery"
|
|
:model="state.formQuery"
|
|
|
ref="queryRef"
|
|
ref="queryRef"
|
|
|
size="default" label-width="0px" class="mt5 mb5">
|
|
size="default" label-width="0px" class="mt5 mb5">
|
|
|
- <el-input
|
|
|
|
|
|
|
+<!-- <el-input-->
|
|
|
|
|
+<!-- v-model="state.formQuery.statMonth"-->
|
|
|
|
|
+<!-- placeholder="统计时间"-->
|
|
|
|
|
+<!-- clearable-->
|
|
|
|
|
+<!-- @blur="loadData(true)"-->
|
|
|
|
|
+<!-- class="wd150 mr10">-->
|
|
|
|
|
+<!-- </el-input>-->
|
|
|
|
|
+
|
|
|
|
|
+ <el-date-picker
|
|
|
|
|
+ placeholder="统计时间(月)"
|
|
|
|
|
+ @change="loadData(true)"
|
|
|
|
|
+ value-format="YYYY-MM"
|
|
|
v-model="state.formQuery.statMonth"
|
|
v-model="state.formQuery.statMonth"
|
|
|
- placeholder="统计时间"
|
|
|
|
|
- clearable
|
|
|
|
|
- @blur="loadData(true)"
|
|
|
|
|
- class="wd150 mr10">
|
|
|
|
|
- </el-input>
|
|
|
|
|
|
|
+ type="month"
|
|
|
|
|
+ class="wd150 mr10"
|
|
|
|
|
+ />
|
|
|
|
|
|
|
|
<ext-select
|
|
<ext-select
|
|
|
v-model="state.formQuery.stationId"
|
|
v-model="state.formQuery.stationId"
|