Browse Source

修复0x9206组包表单

AntDesign
yedajiang44 2 years ago
parent
commit
11826946c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/JTTools/Pages/JT1078Pack.razor

+ 1
- 1
src/JTTools/Pages/JT1078Pack.razor View File

@@ -312,7 +312,7 @@
</GridCol> </GridCol>
<GridCol Span="6"> <GridCol Span="6">
<FormItem> <FormItem>
<AntDesign.Input @bind-Value="@context.Password" AllowClear>
<AntDesign.Input @bind-Value="@context.FileUploadPath" AllowClear>
<AddOnBefore>文件上传路径</AddOnBefore> <AddOnBefore>文件上传路径</AddOnBefore>
</AntDesign.Input> </AntDesign.Input>
</FormItem> </FormItem>


Loading…
Cancel
Save