Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e51e2f49
authored
2025-06-30 18:29:00 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据定价更新
1 parent
6326d5ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/components/Form/index.vue
src/components/Form/index.vue
View file @
e51e2f4
...
...
@@ -1189,6 +1189,11 @@ const panelChange = (scope, row) => {
:label=
"child.props?.label ? opts[child.props.label] : opts.label"
:value=
"child.props?.value ? opts[child.props.value] : opts.value"
:disabled=
"opts.disabled"
/>
</el-select>
<el-checkbox
v-else-if=
"child.type == 'checkbox'"
v-model=
"formInline[child.field]"
:disabled=
"child.disabled || readonly"
:true-label=
"child.trueValue ?? true"
:false-label=
"child.falseValue ?? false"
>
{{
child
.
placeholder
}}
</el-checkbox>
<el-input
v-else
v-model
.
trim=
"formInline[child.field]"
:placeholder=
"child.placeholder"
:clearable=
"child.clearable"
:maxlength=
"child.maxlength ?? ''"
@
change=
"(val) => inputChange(val, child)"
@
input=
"(val) => inputEventChange(val, child)"
/>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment