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
27b42762
authored
2025-09-17 10:49:49 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
ca96a759
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/Form/index.vue
src/views/data_asset/registerStartJS.vue
src/components/Form/index.vue
View file @
27b4276
...
...
@@ -1135,7 +1135,7 @@ const panelChange = (scope, row) => {
<p
class=
"label_tips"
>
{{ setLabelTips(formInline[child.field], child) }}
</p>
</template>
</div>
<el-radio-group
:class=
"[item.col, { is_block: item.block }]"
v-else-if=
"item.type == 'radio-group
-input
'"
<el-radio-group
:class=
"[item.col, { is_block: item.block }]"
v-else-if=
"item.type == 'radio-group'"
v-model=
"formInline[item.field]"
@
change=
"(val) => radioGroupChange(val, item)"
>
<el-radio
v-for=
"(radio, index) in item.options"
:label=
"radio.value"
>
<
template
#
default
>
...
...
src/views/data_asset/registerStartJS.vue
View file @
27b4276
...
...
@@ -1387,7 +1387,7 @@ const productRegisterInfoItems = ref([{
},
{
label
:
"是否向社会开放"
,
type
:
"radio-group
-input
"
,
type
:
"radio-group"
,
placeholder
:
""
,
field
:
"isSocialOpenness"
,
col
:
'other-group-flex'
,
...
...
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