easy3wui 1.5.43 → 1.5.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -605,7 +605,7 @@ var Easy3wFormPage = function (_Component) {
|
|
|
605
605
|
});
|
|
606
606
|
}
|
|
607
607
|
}
|
|
608
|
-
if ((readFlag || allReadFlag) && fieldType !== 'textarea' && fieldType !== 'braftEditor'
|
|
608
|
+
if ((readFlag || allReadFlag) && fieldType !== 'textarea' && fieldType !== 'braftEditor') {
|
|
609
609
|
// if (fieldType === 'braftEditor') {
|
|
610
610
|
// return (
|
|
611
611
|
// <FormItem
|
|
@@ -276,7 +276,7 @@ var BigFileUpload = function (_Component) {
|
|
|
276
276
|
if (maxFileSize && maxFileSize > 0 && file.size / 1024 / 1024 > maxFileSize) {
|
|
277
277
|
_modal2['default'].error({
|
|
278
278
|
style: { top: '38%' },
|
|
279
|
-
content: '\u9644\u4EF6\u5FC5\u987B\u5C0F\u4E8E' + maxFileSize + 'MB
|
|
279
|
+
content: '\u9644\u4EF6\u5FC5\u987B\u5C0F\u4E8E' + maxFileSize + 'MB!'
|
|
280
280
|
});
|
|
281
281
|
return false;
|
|
282
282
|
}
|