src/views/project/indexstatistics/index.vue
@@ -2,12 +2,12 @@ <div class="app-container" style="background-color: #f2f2f2; color: #fff"> <el-card shadow="always" style="color: #566f94"> <el-row :gutter="8"> <el-col :span="6"> <el-col :span="8"> <el-date-picker v-model="selecttime" type="monthrange" range-separator="至" start-placeholder="开始月份" start-placeholder="开始月份(默认本年度)" end-placeholder="结束月份" value-format="yyyy-MM-dd" @change="getTimeList"