Commit 7b3bd7aa authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改字段名

parent 05556731
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-07 15:11:54
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-11 16:36:25
* @LastEditTime: 2021-08-11 16:41:14
* @Description: 退货发货处理抽屉
*/
import React from 'react';
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-11 14:04:22
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-11 15:01:48
* @LastEditTime: 2021-08-11 16:41:32
* @Description: 收到的评价详情 schema
*/
import { ISchema } from '@formily/antd';
......@@ -88,7 +88,7 @@ const createSchema = (showExplain = true): ISchema => ({
...(showExplain ? {
replyTime: {
type: 'string',
title: '商家时间',
title: '解释时间',
},
replyContent: {
type: 'string',
......
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