Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加“知识库”报错,该控件数据类型绑定错误调整后修复该问题。 #63

Closed
492400219 opened this issue Apr 7, 2024 · 1 comment

Comments

@492400219
Copy link

      <FormItem Label="最低相似度(%)" LabelCol="LayoutModel._formItemLayout.LabelCol" WrapperCol="LayoutModel._formItemLayout.WrapperCol">
          <Slider TValue="double" Style="display: inline-block;width: 300px; " Min="0" Max="100" DefaultValue="70" @bind-Value="@context.Relevance" />
      </FormItem>
    /// <summary>
    /// 相似度
    /// </summary>
    [SugarColumn(DefaultValue = "70")]
    public double Relevance { get; set; } = 70;
@xuzeyu91
Copy link
Collaborator

xuzeyu91 commented Apr 7, 2024

该问题已修复

@xuzeyu91 xuzeyu91 closed this as completed Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants