Browse Source

fix:"优化按月统计弹窗标题"

soobin 10 months ago
parent
commit
471a6806ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/dateSelectList/index.vue

+ 1 - 1
src/components/dateSelectList/index.vue

@@ -33,7 +33,7 @@
             <van-date-picker v-model="monthEndDate" :min-date="minDate" :columns-type="monthDateType" />
           </van-picker-group>
           -->
-          <van-date-picker v-model="monthDate" title="选择年月" :min-date="minDate" :max-date="maxDate" @confirm="monthDateConfirm" @cancel="monthDateCancel"
+          <van-date-picker v-model="monthDate" :title="$t('dateSelectList.monthDate')" :min-date="minDate" :max-date="maxDate" @confirm="monthDateConfirm" @cancel="monthDateCancel"
             :columns-type="monthDateType" />
         </van-popup>
       </div>