408249787 2 years ago
parent
commit
803fef59f9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/repair/application-form/modules/FinishForm.vue

+ 2 - 2
src/views/repair/application-form/modules/FinishForm.vue

@@ -20,7 +20,7 @@
             :wrapperCol="BaseTool.Constant.wrapperCol"
           >
             <a-select
-              disabled='disabled'
+              disabled
               @change="changePlanFlag"
               v-decorator="['category', {rules: [{required: true, message: '计划性维修不能为空'}]}]"
               placeholder="请选择">
@@ -58,7 +58,7 @@
             :wrapperCol="BaseTool.Constant.wrapperCol"
           >
             <a-date-picker
-              disabled='disabled'
+              disabled="disabled"
               showTime
               v-decorator="['repairEndTime']"
               style="width: 100%"