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
598678c8
authored
2025-06-05 12:41:29 +0800
by
yzj
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
48ad5cda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/legao/course/index.vue
src/views/legao/course/index.vue
View file @
598678c
...
...
@@ -86,6 +86,7 @@
<el-select
v-model=
"showForm.form.packId"
placeholder=
"请选择是否打包"
closeabled
style=
"width: 180px;"
>
<el-option
...
...
@@ -158,7 +159,7 @@ const { windowSize } = useTableHeight('max-height')
// 导入字典
const
{
proxy
}
=
getCurrentInstance
();
const
{
dimensional_type
}
=
proxy
.
useDict
(
"dimensional_type
"
);
const
{
dimensional_type
,
ispack
}
=
proxy
.
useDict
(
"dimensional_type"
,
"ispack
"
);
const
props
=
{
label
:
'name'
,
...
...
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