Next hub
@@ -53,7 +53,8 @@ export default ({ onChange, value, ...extraProps }: UploadImageProps) => {
if (extraProps.errorMessage) {
message.error(extraProps.errorMessage);
} else {
- message.error(`图片格式错误,必须是${imageTypes.toString()}格式`);
+ message.error(`请上传正确格式的图片`);
+ // message.error(`图片格式错误,必须是${imageTypes.toString()}格式`);
}
return false;
@@ -21,7 +21,8 @@ const Running = () => {
<Input.Search
style={{ maxWidth: 200, marginBottom: 10 }}
allowClear
- placeholder="请输入名称"
+ placeholder="请输入事件名称"
+ // placeholder="请输入名称"
onSearch={(value: string) => {
console.log(list);
if (value) {
@@ -428,7 +428,7 @@ const Instance = () => {
dataIndex: 'describe',
width: '15%',
ellipsis: true,
- hideInSearch: true,
+ // hideInSearch: true,
},
{
title: intl.formatMessage({