@@ -41,13 +41,22 @@
class="wd150 mr10">
</el-input>
- <el-input
+ <el-date-picker
+ placeholder="统计时间(月)"
+ @change="loadData(true)"
+ value-format="YYYY-MM"
+ v-model="state.formQuery.statMonth"
+ type="month"
+ class="wd150 mr10"
+ />
+
+<!-- <el-input
v-model="state.formQuery.statMonth"
placeholder="统计时间(月)"
clearable
@blur="loadData(true)"
- </el-input>
+ </el-input>-->
<ext-select
v-model="state.formQuery.stationId"