提交 ddffc92f authored 作者: matian's avatar matian

代码提交

上级 27da489d
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
filters: [ filters: [
{ {
type: 'select', type: 'select',
prop: 'examination_list', prop: 'examination_id',
placeholder: '考试名称', placeholder: '考试名称',
label: '考试名称', label: '考试名称',
options: this.conditionList.examination_list, options: this.conditionList.examination_list,
...@@ -46,7 +46,7 @@ export default { ...@@ -46,7 +46,7 @@ export default {
}, },
{ {
type: 'select', type: 'select',
prop: 'course_list', prop: 'course_id',
placeholder: '所属课程', placeholder: '所属课程',
label: '所属课程', label: '所属课程',
options: this.conditionList.course_list, options: this.conditionList.course_list,
......
...@@ -33,7 +33,7 @@ export default { ...@@ -33,7 +33,7 @@ export default {
filters: [ filters: [
{ {
type: 'select', type: 'select',
prop: 'examination_list', prop: 'examination_id',
placeholder: '考试名称', placeholder: '考试名称',
label: '练习名称', label: '练习名称',
options: this.conditionList.examination_list, options: this.conditionList.examination_list,
...@@ -43,7 +43,7 @@ export default { ...@@ -43,7 +43,7 @@ export default {
}, },
{ {
type: 'select', type: 'select',
prop: 'course_list', prop: 'course_id',
placeholder: '所属课程', placeholder: '所属课程',
label: '所属课程', label: '所属课程',
options: this.conditionList.course_list, options: this.conditionList.course_list,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论