Browse Source

转正日期不可填

jbb 2 years ago
parent
commit
3b3ea837ac
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/system/modules/UserModal.vue

+ 2 - 1
src/views/system/modules/UserModal.vue

@@ -137,7 +137,8 @@
           <a-date-picker
             style="width: 100%"
             placeholder="请选择转正日期"
-            v-decorator="['nBecomeTime', { initialValue: !model.nBecomeTime ? null : moment(model.nBecomeTime, dateFormat) ,rules: [{ required: true, message: '请选择转正日期' }] }]"
+            disabled='true'
+            v-decorator="['nBecomeTime', { initialValue: !model.nBecomeTime ? null : moment(model.nBecomeTime, dateFormat)}]"
           />
         </a-form-item>