Commit ea02f4da authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复没有展示自提地址的问题

parent cd338a80
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2020-11-09 15:56:35 * @Date: 2020-11-09 15:56:35
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2021-05-12 10:32:42 * @LastEditTime: 2021-08-10 14:19:05
* @Description: * @Description:
*/ */
import { ISchema } from '@formily/antd'; import { ISchema } from '@formily/antd';
...@@ -51,6 +51,7 @@ export const schema: ISchema = { ...@@ -51,6 +51,7 @@ export const schema: ISchema = {
pickupAddress: { pickupAddress: {
type: 'object', type: 'object',
title: '退货自提地址', title: '退货自提地址',
'x-component': 'Address',
}, },
// 展示用 // 展示用
deliveryAddressShow: { deliveryAddressShow: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment