zhaoyun 1 сар өмнө
parent
commit
85d94dd2cd

+ 3 - 2
mer_plat_admin/src/views/rider/deliverySetting/index.vue

@@ -116,7 +116,7 @@
           <el-table-column prop="id" label="ID" min-width="60" />
           <el-table-column label="预约时间范围" prop="beginTime" min-width="150">
 			 <template slot-scope="scope">
-				 <span>{{ scope.row.beginTime | formatDate }}-{{ scope.row.endTime | formatDate }}</span>
+				 <span>{{ scope.row.beginTime }}-{{ scope.row.endTime  }}</span>
 			</template>
 			 </el-table-column>
           <el-table-column prop="sort" label="排序" min-width="50" />
@@ -455,7 +455,8 @@ export default {
      },
 	getDetal() {
 	  configApi().then((res) => {
-	      this.promoterForm = res;
+		  if(res)
+	        this.promoterForm = res;
 	    });
 	},
   },