提交 14aea576 authored 作者: matian's avatar matian

代码提交

上级 da07db16
...@@ -32,6 +32,7 @@ export default { ...@@ -32,6 +32,7 @@ export default {
// 列表配置 // 列表配置
tableOptions() { tableOptions() {
return { return {
hasPagination: false,
data: this.list, data: this.list,
columns: [ columns: [
{ label: '课程ID', align: 'center', prop: 'id' }, { label: '课程ID', align: 'center', prop: 'id' },
......
...@@ -14,6 +14,8 @@ export default { ...@@ -14,6 +14,8 @@ export default {
// 列表配置 // 列表配置
tableOptions() { tableOptions() {
return { return {
hasPagination: false,
data: this.$route.query.row, data: this.$route.query.row,
columns: [ columns: [
{ label: '章节名称', align: 'center', prop: 'name' }, { label: '章节名称', align: 'center', prop: 'name' },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论