Skip to content

Commit

Permalink
fix bug: 只读时, radios 显示了 value
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhoutao committed Dec 4, 2024
1 parent f0f24ad commit d2d624e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export async function convertSFieldToAmisField(field, readonly, ctx) {
type: "static-mapping",
name: field.name,
label: field.label,
options: field.options,
map: map
}
}else{
Expand Down

0 comments on commit d2d624e

Please sign in to comment.