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
48496125
authored
2025-06-28 17:50:05 +0800
by
chentao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加课程排序
1 parent
cfe66423
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
src/lang/package/zh-cn.js
src/views/legao/course/index.vue
src/lang/package/zh-cn.js
View file @
4849612
...
...
@@ -83,6 +83,7 @@ export default {
buildName
:
'搭建'
,
caseName
:
'有无案例'
,
packName
:
'是否打包'
,
tableSortName
:
'排序'
,
tableControlsName
:
'操作'
,
controlsDelName
:
'删除'
,
controlsEditName
:
'编辑'
,
...
...
@@ -102,7 +103,7 @@ export default {
dialogPpt
:
'课程'
,
dialogPhoto
:
'课程图片'
,
dialogConfim
:
'确认'
,
dialogExit
:
'退出'
,
dialogExit
:
'退出'
,
},
// 常见问题
problem
:
{
...
...
src/views/legao/course/index.vue
View file @
4849612
...
...
@@ -145,6 +145,9 @@
<el-form-item
:label=
"$t('course.dialogPhoto')"
prop=
"ossId"
label-width=
"80"
>
<imageUpload
v-model=
"showForm.form.ossId"
:limit=
'1'
:fileType=
'["png", "jpg", "jpeg", "ico"]'
/>
</el-form-item>
<el-form-item
:label=
"$t('course.tableSortName')"
label-width=
"80"
>
<el-input-number
v-model=
"showForm.form.sort"
controls-position=
"right"
:min=
"0"
/>
</el-form-item>
</el-form>
<
template
#
footer
>
<div
class=
"dialog-footer"
>
...
...
@@ -191,7 +194,7 @@ const data = reactive({
title
:
''
,
open
:
false
,
form
:
{
}
},
rules
:
{
...
...
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