Commit b106274f authored by 黄奎's avatar 黄奎

也没修过

parent de0b6047
...@@ -76,17 +76,16 @@ ...@@ -76,17 +76,16 @@
categoryObj: {}, categoryObj: {},
loading: true, loading: true,
columns: [{ columns: [{
name: 'CourseSubjectName', name: 'SubjectName',
label: '所属科目', label: '科目名称',
field: 'CourseSubjectName', field: 'SubjectName',
align: 'left' align: 'left'
}, { }, {
name: 'CateName', name: 'SubjectIcon',
label: '系列名称', label: '图标',
field: 'CateName', field: 'SubjectIcon',
align: 'left' align: 'left'
}, },
{ {
name: 'Status', name: 'Status',
label: '状态', label: '状态',
...@@ -116,8 +115,7 @@ ...@@ -116,8 +115,7 @@
mounted() { mounted() {
this.currentUrl = this.$route.path this.currentUrl = this.$route.path
this.getcategorypage(); this.getSubjectPage();
}, },
methods: { methods: {
//重新查询 //重新查询
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment