Commit f214882d authored by XieZhiXiong's avatar XieZhiXiong

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

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