Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
tea-resources-web
Commits
cc4925b6
Commit
cc4925b6
authored
Apr 01, 2024
by
FangYuePeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/1.0' into 1.0
parents
fd61eb08
4ecee3e9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
110 additions
and
47 deletions
+110
-47
teaTrialCourse.js
src/api/try/teaTrialCourse.js
+10
-0
index.vue
src/views/courseInformation/classManagement/index.vue
+99
-46
index.vue
src/views/courseInformation/courseManagement/index.vue
+1
-1
No files found.
src/api/try/teaTrialCourse.js
View file @
cc4925b6
...
...
@@ -66,3 +66,13 @@ export function exportTeaTrialCourse(query) {
responseType
:
'blob'
})
}
export
function
batchAddTeaTrialCourse
(
data
)
{
return
request
({
url
:
'/teatrialcourse/batchAdd'
,
method
:
'post'
,
data
,
headers
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
// 接口修改传参类型
}
})
}
src/views/courseInformation/classManagement/index.vue
View file @
cc4925b6
This diff is collapsed.
Click to expand it.
src/views/courseInformation/courseManagement/index.vue
View file @
cc4925b6
...
...
@@ -148,7 +148,7 @@
<el-form-item
label=
"难度等级"
prop=
"value2"
>
<el-select
v-model=
"form.value2"
placeholder=
"难度等级"
clearable
>
<el-option
v-for=
"item in value
2
Options"
v-for=
"item in valueOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment