浏览代码

no message

linwenxin 7 月之前
父节点
当前提交
b76a3cac9c

+ 2 - 22
src/views/workOrder/workOrderPool/detailModule/workOrderInfo/buttons/processFeedback.vue

@@ -90,26 +90,6 @@ export default {
             }
           }
         },
-        // {
-        //   name: 'el-date-picker',
-        //   md: 12,
-        //   isShow: !!~['预约', '改约'].indexOf(this.formData.type),
-        //   attributes: {
-        //     style: { width: '100%' },
-        //     placeholder: '请选择',
-        //     'value-format': 'yyyy-MM-dd HH:mm:ss',
-        //     'picker-options': {
-        //       disabledDate: time => {
-        //         return time.getTime() < Date.now() - 86400000
-        //       }
-        //     }
-        //   },
-        //   formItemAttributes: {
-        //     label: '预约日期',
-        //     prop: 'appointmentTime',
-        //     rules: [...required]
-        //   }
-        // },
         {
           isShow: !!~['预约', '改约'].indexOf(this.formData.type),
           name: 'el-date-picker',
@@ -139,7 +119,7 @@ export default {
             }
           },
           formItemAttributes: {
-            label: '预约开始时间',
+            label: `${this.formData.type}上门开始时间`,
             prop: 'appointmentTime',
             rules: [...required]
           }
@@ -177,7 +157,7 @@ export default {
             }
           },
           formItemAttributes: {
-            label: '预约上门结束时间',
+            label: `${this.formData.type}上门结束时间`,
             prop: 'appointmentEndTime',
             rules: [...required]
           }