zhaoyun 1 月之前
父节点
当前提交
85d94dd2cd
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      mer_plat_admin/src/views/rider/deliverySetting/index.vue

+ 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;
 	    });
 	},
   },