zhuqingsong 1 year ago
parent
commit
0ea9abb17d
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/views/Powermanagement/Positioning/detail.vue

+ 7 - 7
src/views/Powermanagement/Positioning/detail.vue

@@ -49,32 +49,32 @@
49 49
               </el-form-item>
50 50
             </el-col>
51 51
             <el-col :span="12">
52
-              <el-form-item label="司机姓名" prop="driverName">
52
+              <el-form-item label="司机姓名">
53 53
                 <el-input v-model="ruleForm.driverName" />
54 54
               </el-form-item>
55 55
             </el-col>
56 56
             <el-col :span="12">
57
-              <el-form-item label="联系电话" prop="contactPhone">
57
+              <el-form-item label="联系电话">
58 58
                 <el-input v-model="ruleForm.contactPhone" />
59 59
               </el-form-item>
60 60
             </el-col>
61 61
             <el-col :span="12">
62
-              <el-form-item label="运输物资" prop="transportMaterial">
62
+              <el-form-item label="运输物资">
63 63
                 <el-input v-model="ruleForm.transportMaterial" />
64 64
               </el-form-item>
65 65
             </el-col>
66 66
             <el-col :span="12">
67
-              <el-form-item label="起点" prop="startPoint">
67
+              <el-form-item label="起点">
68 68
                 <el-input v-model="ruleForm.startPoint" />
69 69
               </el-form-item>
70 70
             </el-col>
71 71
             <el-col :span="12">
72
-              <el-form-item label="终点" prop="endPoint">
72
+              <el-form-item label="终点">
73 73
                 <el-input v-model="ruleForm.endPoint" />
74 74
               </el-form-item>
75 75
             </el-col>
76 76
             <el-col :span="12">
77
-              <el-form-item label="开始送货时间" prop="startDeliveryTime">
77
+              <el-form-item label="开始送货时间">
78 78
                 <el-date-picker
79 79
                   clearable
80 80
                   style="width: 100%"
@@ -88,7 +88,7 @@
88 88
               </el-form-item>
89 89
             </el-col>
90 90
             <el-col :span="12">
91
-              <el-form-item label="预计送达时间" prop="estimatedArrivalTime">
91
+              <el-form-item label="预计送达时间">
92 92
                 <el-date-picker
93 93
                   clearable
94 94
                   style="width: 100%"