Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-resource
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-resource
Commits
20183200
提交
20183200
authored
8月 16, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
updates
上级
229361e3
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
12 行增加
和
11 行删除
+12
-11
AddSemCourse.vue
src/modules/admin/semester/components/AddSemCourse.vue
+2
-2
SemesterCourse.vue
src/modules/admin/semester/components/SemesterCourse.vue
+10
-9
没有找到文件。
src/modules/admin/semester/components/AddSemCourse.vue
浏览文件 @
20183200
...
@@ -44,9 +44,9 @@ const listOptions = $computed(() => {
...
@@ -44,9 +44,9 @@ const listOptions = $computed(() => {
{
label
:
'课程名称'
,
prop
:
'name'
,
align
:
'center'
,
width
:
'200'
},
{
label
:
'课程名称'
,
prop
:
'name'
,
align
:
'center'
,
width
:
'200'
},
{
label
:
'所属机构'
,
prop
:
'organ_id_name'
,
align
:
'center'
,
width
:
'200'
},
{
label
:
'所属机构'
,
prop
:
'organ_id_name'
,
align
:
'center'
,
width
:
'200'
},
{
label
:
'课程类型'
,
prop
:
'online_type_name'
,
align
:
'center'
,
width
:
'200'
},
{
label
:
'课程类型'
,
prop
:
'online_type_name'
,
align
:
'center'
,
width
:
'200'
},
{
label
:
'选课类型'
,
prop
:
'elective_type_name'
,
align
:
'center'
},
{
label
:
'选课类型'
,
prop
:
'elective_type_name'
,
align
:
'center'
,
width
:
'200'
},
{
label
:
'课程分类'
,
prop
:
'classification_name'
,
align
:
'center'
,
width
:
'310'
},
{
label
:
'课程分类'
,
prop
:
'classification_name'
,
align
:
'center'
,
width
:
'310'
},
{
label
:
'课程学分'
,
prop
:
'credit'
,
align
:
'center'
},
{
label
:
'课程学分'
,
prop
:
'credit'
,
align
:
'center'
,
width
:
'100'
},
{
{
label
:
'讲师'
,
label
:
'讲师'
,
prop
:
'lecturers_name'
,
prop
:
'lecturers_name'
,
...
...
src/modules/admin/semester/components/SemesterCourse.vue
浏览文件 @
20183200
...
@@ -31,13 +31,13 @@ const listOptions = $computed(() => {
...
@@ -31,13 +31,13 @@ const listOptions = $computed(() => {
},
},
filters
:
[{
type
:
'input'
,
prop
:
'name'
,
label
:
'课程名称:'
,
placeholder
:
'课程名称'
}],
filters
:
[{
type
:
'input'
,
prop
:
'name'
,
label
:
'课程名称:'
,
placeholder
:
'课程名称'
}],
columns
:
[
columns
:
[
{
label
:
'序号'
,
type
:
'index'
,
align
:
'center'
},
{
label
:
'序号'
,
type
:
'index'
,
align
:
'center'
,
minWidth
:
'100'
},
{
label
:
'课程名称'
,
prop
:
'name'
,
align
:
'center'
},
{
label
:
'课程名称'
,
prop
:
'name'
,
align
:
'center'
,
minWidth
:
'100'
},
{
label
:
'别名'
,
prop
:
'alias_name'
,
slots
:
'alias_name'
,
align
:
'center'
,
width
:
'200'
},
{
label
:
'别名'
,
prop
:
'alias_name'
,
slots
:
'alias_name'
,
align
:
'center'
,
width
:
'200
px
'
},
{
label
:
'课程类型'
,
prop
:
'online_type_name'
,
align
:
'center'
},
{
label
:
'课程类型'
,
prop
:
'online_type_name'
,
align
:
'center'
,
minWidth
:
'100'
},
{
label
:
'选课类型'
,
prop
:
'elective_type_name'
,
align
:
'center'
},
{
label
:
'选课类型'
,
prop
:
'elective_type_name'
,
align
:
'center'
,
minWidth
:
'100'
},
{
label
:
'课程分类'
,
prop
:
'classification_name'
,
align
:
'center'
},
{
label
:
'课程分类'
,
prop
:
'classification_name'
,
align
:
'center'
,
minWidth
:
'350'
},
{
label
:
'课程学分'
,
prop
:
'credit'
,
align
:
'center'
},
{
label
:
'课程学分'
,
prop
:
'credit'
,
align
:
'center'
,
minWidth
:
'100'
},
{
{
label
:
'讲师'
,
label
:
'讲师'
,
prop
:
'lecturers_name'
,
prop
:
'lecturers_name'
,
...
@@ -46,9 +46,10 @@ const listOptions = $computed(() => {
...
@@ -46,9 +46,10 @@ const listOptions = $computed(() => {
if
(
row
.
row
.
lecturers_name
.
length
)
{
if
(
row
.
row
.
lecturers_name
.
length
)
{
return
row
.
row
.
lecturers_name
.
toString
()
return
row
.
row
.
lecturers_name
.
toString
()
}
}
}
},
},
{
label
:
'更新时间'
,
prop
:
'updated_time'
,
align
:
'center'
},
minWidth
:
'200'
},
{
label
:
'更新时间'
,
prop
:
'updated_time'
,
align
:
'center'
,
minWidth
:
'200'
},
{
label
:
'操作'
,
slots
:
'table-operate'
,
align
:
'center'
,
minWidth
:
'150'
,
fixed
:
'right'
}
{
label
:
'操作'
,
slots
:
'table-operate'
,
align
:
'center'
,
minWidth
:
'150'
,
fixed
:
'right'
}
]
]
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论