修改配置
This commit is contained in:
@@ -188,7 +188,7 @@ function viewCourseFunc(row) { // 查看课程
|
||||
type="selection"
|
||||
width="55"
|
||||
/>
|
||||
<el-table-column align="left" label="id" min-width="60" prop="id" sortable="custom" />
|
||||
<el-table-column align="left" label="id" min-width="60" prop="course_id" sortable="custom" />
|
||||
<el-table-column align="left" label="名称" min-width="150" prop="name" />
|
||||
<el-table-column align="left" label="科目" min-width="150" prop="subject" />
|
||||
<el-table-column align="left" label="价格" min-width="150" prop="price" />
|
||||
|
Reference in New Issue
Block a user