|
@@ -131,7 +131,7 @@ function doSubmit() {
|
|
<el-table-column property="dc_title" label="标题" width="auto" show-overflow-tooltip />
|
|
<el-table-column property="dc_title" label="标题" width="auto" show-overflow-tooltip />
|
|
<el-table-column property="dc_grade_name" label="年级" width="120" />
|
|
<el-table-column property="dc_grade_name" label="年级" width="120" />
|
|
<el-table-column property="dc_subject_name" label="科目" width="120" />
|
|
<el-table-column property="dc_subject_name" label="科目" width="120" />
|
|
- <el-table-column property="dc_keyword" label="关键词" width="160" />
|
|
|
|
|
|
+ <el-table-column property="dc_keyword" label="关键词" width="180" />
|
|
<el-table-column property="create_user_realname" label="上传教师" width="120" />
|
|
<el-table-column property="create_user_realname" label="上传教师" width="120" />
|
|
<el-table-column property="create_dateline" label="上传时间" width="180">
|
|
<el-table-column property="create_dateline" label="上传时间" width="180">
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|