浏览代码

日期选择器禁用

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"