@@ -57,7 +57,7 @@
<el-form-item label="时间" prop="monthDate">
<el-date-picker value-format='yyyy-MM-dd' v-model="queryParams.monthDate" type="monthrange" range-separator="至"
- align="right" start-placeholder="开始月份" end-placeholder="结束月份">
+ :clearable="false" align="right" start-placeholder="开始月份" end-placeholder="结束月份">
</el-date-picker>
</el-form-item>
@@ -33,7 +33,7 @@
<el-form-item label="时间" prop="date">
<el-date-picker value-format='yyyy-MM-dd' v-model="queryParams.date" type="monthrange" range-separator="至"
</el-form>
@@ -41,7 +41,7 @@
<el-form-item v-if="queryParams.cycle==1 || queryParams.cycle==null" label="时间" prop="date">
- align="right" start-placeholder="开始月份" end-placeholder="结束月份" @focus="datePositionMonth">
+ :clearable="false" align="right" start-placeholder="开始月份" end-placeholder="结束月份" @focus="datePositionMonth">
@@ -17,7 +17,7 @@