Commit f214882d authored by XieZhiXiong's avatar XieZhiXiong

feat: 退款金额手动不可输入

parent aa35c0ed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2020-11-06 14:20:17 * @Date: 2020-11-06 14:20:17
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2020-12-08 10:07:44 * @LastEditTime: 2021-01-26 18:07:46
* @Description: * @Description:
*/ */
import { ISchema } from '@formily/antd'; import { ISchema } from '@formily/antd';
...@@ -181,6 +181,7 @@ const schema: ISchema = { ...@@ -181,6 +181,7 @@ const schema: ISchema = {
refundAmount: { refundAmount: {
type: 'string', type: 'string',
title: '退款金额(元)', title: '退款金额(元)',
'x-component': 'Text',
}, },
payTime: { payTime: {
type: 'string', 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