Commit 1bc038b4 authored by XieZhiXiong's avatar XieZhiXiong

fix: 组件 description 换成 容器 description

parent 14aa717a
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-12-18 17:44:26
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-02-02 10:12:20
* @LastEditTime: 2021-02-20 14:43:23
* @Description:
*/
import { ISchema } from '@formily/antd';
......@@ -19,6 +19,7 @@ export const uploadVoucherModalSchema: ISchema = {
wrapperCol: 18,
labelAlign: 'left',
full: true,
description: '单个凭证文件大小不能超过 200K',
},
properties: {
name: {
......@@ -59,7 +60,6 @@ export const uploadVoucherModalSchema: ISchema = {
message: '请上传退款凭证',
},
],
description: '单个凭证文件大小不能超过 200K',
},
},
},
......
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