|
@@ -403,7 +403,7 @@ class _ConfigurableFormState extends State<ConfigurableCard> {
|
|
|
if (child.required ?? false) {
|
|
|
var value = formValue[child.key];
|
|
|
if (value == null || value.length <= 0) {
|
|
|
- PromptBox.toast("有必填项未填写,请检查");
|
|
|
+ PromptBox.toast("带*为必填项,不能为空");
|
|
|
return;
|
|
|
}
|
|
|
}
|