Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
legobackend
/
lego-manage-web
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
9504af1b
authored
2025-05-06 18:33:02 +0800
by
chentao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
c647cbe6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
src/views/legao/course/index.vue
src/views/legao/course/index.vue
View file @
9504af1
...
...
@@ -86,35 +86,7 @@
<el-checkbox-group
v-model=
"showForm.form.type"
>
<div
style=
"display: flex;align-items: center;"
>
<el-checkbox
label=
"2D"
value=
"2D"
/>
<el-select
v-model=
"showForm.form.twoDimensionalType"
placeholder=
"请选择上传方式"
size=
"small"
style=
"width: 240px;margin-left: 16px;"
>
<el-option
v-for=
"item in dimensional_type"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
/>
</el-select>
</div>
<div
style=
"display: flex;align-items: center;"
>
<el-checkbox
label=
"3D"
value=
"3D"
/>
<el-select
v-model=
"showForm.form.threeDimensionalType"
placeholder=
"请选择上传方式"
size=
"small"
style=
"width: 240px;margin-left: 16px;"
>
<el-option
v-for=
"item in dimensional_type"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
/>
</el-select>
</div>
</el-checkbox-group>
</el-form-item>
...
...
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