소스 검색

日期选择器禁用

lifanagju_citu 11 달 전
부모
커밋
8e3752e4b2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/FormUI/datePicker/index.vue

+ 1 - 0
src/components/FormUI/datePicker/index.vue

@@ -9,6 +9,7 @@
       view-mode="month"
       color="primary"
       density="compact"
+      :disabled="item.disabled"
       :rules="item.rules"
       :hide-actions="true"
       @update:modelValue="modelValueUpDate"