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
cab1ac16
Commit
cab1ac16
authored
Mar 26, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单位管理
parent
9650a346
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
index.js
src/api/classManagement/index.js
+11
-0
index.vue
src/views/courseInformation/classManagement/index.vue
+6
-1
index.vue
src/views/courseInformation/unitManagement/index.vue
+1
-1
No files found.
src/api/classManagement/index.js
0 → 100644
View file @
cab1ac16
import
request
from
'@/utils/request'
import
Qs
from
'qs'
/** 分页查询开课管理**/
export
function
listClass
(
query
)
{
return
request
({
url
:
'/sysunitlesson/querySysUnitLessonByPagination'
,
method
:
'get'
,
params
:
query
})
}
src/views/courseInformation/classManagement/index.vue
View file @
cab1ac16
...
...
@@ -295,6 +295,7 @@ import Coolbutton from '@/components/coolbutton'
import
{
getDataCache
,
setDataCache
}
from
'@/assets/js/filterData'
import
commonField
from
'@/utils/commonField'
import
{
queryDirectionsList
}
from
"@/api/courseManagement/indexApi"
;
import
{
listClass
}
from
'@/api/classManagement'
export
default
{
name
:
'Role'
,
components
:
{
Coolbutton
},
...
...
@@ -494,8 +495,12 @@ export default {
});
},
/** 查询
角色
列表 */
/** 查询
开课
列表 */
getList
()
{
listClass
().
then
(
res
=>
{
console
.
log
(
'res'
,
res
)
})
// this.loading = true
// listRole(this.queryParams).then(
// response => {
...
...
src/views/courseInformation/unitManagement/index.vue
View file @
cab1ac16
...
...
@@ -91,7 +91,7 @@
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
label=
"创建时间"
prop=
"createDate"
width=
"160"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
create
d
Date
}}
</span>
<span>
{{
scope
.
row
.
createDate
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"120"
label=
"状态"
prop=
"flag"
>
...
...
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