Commit ab941dbe authored by XieZhiXiong's avatar XieZhiXiong

fix: 组件 description 换成 容器 description

parent d68c0202
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-01-06 11:36:34
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-28 10:38:40
* @LastEditTime: 2021-02-20 14:43:25
* @Description:
*/
import { ISchema } from '@formily/antd';
......@@ -19,6 +19,7 @@ export const uploadVoucherModalSchema: ISchema = {
wrapperCol: 20,
labelAlign: 'left',
full: true,
description: '单个凭证文件大小不能超过 200K',
},
properties: {
name: {
......@@ -60,7 +61,7 @@ export const uploadVoucherModalSchema: ISchema = {
message: '请上传退款凭证',
},
],
description: '单个凭证文件大小不能超过 200K',
},
},
},
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-29 15:51:31
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-04 10:02:55
* @LastEditTime: 2021-02-20 14:41:42
* @Description:
*/
import { ISchema } from '@formily/antd';
......@@ -18,6 +18,7 @@ export const editModalSchema: ISchema = {
'x-component-props': {
labelAlign: 'top',
full: true,
description: '一次只能上传一个附件,每个附件大小不能超过20M',
},
properties: {
applyQuota: {
......@@ -119,7 +120,6 @@ export const editModalSchema: ISchema = {
message: '请上传申请附件',
},
],
description: '一次只能上传一个附件,每个附件大小不能超过20M',
},
},
},
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-01-13 14:01:40
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-13 14:01:41
* @LastEditTime: 2021-02-20 14:37:35
* @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