上传界面显示
This commit is contained in:
@ -42,7 +42,7 @@ namespace AntdUIDemo.Views.Table
|
||||
if (String.IsNullOrEmpty(input_name.Text))
|
||||
{
|
||||
input_name.Status = AntdUI.TType.Error;
|
||||
AntdUI.Message.warn(window, "姓名不能为空!", autoClose: 3);
|
||||
AntdUI.Message.warn(window, "标签不能为空!", autoClose: 3);
|
||||
return;
|
||||
}
|
||||
user.LabelDescription = input_name.Text;
|
||||
@ -57,6 +57,9 @@ namespace AntdUIDemo.Views.Table
|
||||
input_name.Text = user.LabelDescription;
|
||||
// input_addr.Text = user.Address;
|
||||
input_minScore.Value =(decimal) user.ScoreMinValue;
|
||||
input_maxScore.Value =(decimal) user.ScoreMaxValue;
|
||||
input_minArea.Value =(decimal) user.ScoreMaxValue;
|
||||
input_maxScore.Value =(decimal) user.ScoreMaxValue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user