提交 83aadf25 authored 作者: pengxiaohui's avatar pengxiaohui

bug fixes

上级 eee84c41
...@@ -54,7 +54,7 @@ export default { ...@@ -54,7 +54,7 @@ export default {
{ type: 'input', placeholder: '请输入课程ID/课程名称', prop: 'key' } { type: 'input', placeholder: '请输入课程ID/课程名称', prop: 'key' }
], ],
columns: [ columns: [
{ type: 'selection', minWidth: '50px', fixed: 'left', visible: this.hasDelete }, { type: 'selection', minWidth: '50px', fixed: 'left', visible: this.hasSave },
{ prop: 'id', label: '课程ID', minWidth: '120px', fixed: 'left' }, { prop: 'id', label: '课程ID', minWidth: '120px', fixed: 'left' },
{ prop: 'chinese_name', label: '课程名称', minWidth: '130px' }, { prop: 'chinese_name', label: '课程名称', minWidth: '130px' },
{ prop: 'english_name', label: '课程名称(英)', minWidth: '160px' }, { prop: 'english_name', label: '课程名称(英)', minWidth: '160px' },
......
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
{ type: 'input', placeholder: '请输入邮箱地址', prop: 'email' } { type: 'input', placeholder: '请输入邮箱地址', prop: 'email' }
], ],
columns: [ columns: [
{ type: 'selection', minWidth: '50px', fixed: 'left', visible: this.hasDelete }, { type: 'selection', minWidth: '50px', fixed: 'left', visible: this.hasSave },
{ prop: 'id', label: '学员ID', minWidth: '120px', fixed: 'left' }, { prop: 'id', label: '学员ID', minWidth: '120px', fixed: 'left' },
{ prop: 'chinese_name', label: '姓名', minWidth: '90px' }, { prop: 'chinese_name', label: '姓名', minWidth: '90px' },
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论