mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 15:26:48 +08:00
feat:修改评估图片等
This commit is contained in:
@@ -2147,6 +2147,13 @@ export default defineComponent({
|
||||
examInfo: {},
|
||||
tableLoading: false,
|
||||
columns1: [
|
||||
{
|
||||
title: "课程编号",
|
||||
width: 130,
|
||||
dataIndex: "offcourseNumber",
|
||||
key: "offcourseNumber",
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "名称",
|
||||
width: 400,
|
||||
@@ -2158,13 +2165,7 @@ export default defineComponent({
|
||||
return text ? text : "-";
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "课程编号",
|
||||
width: 130,
|
||||
dataIndex: "offcourseNumber",
|
||||
key: "offcourseNumber",
|
||||
align: "center",
|
||||
},
|
||||
|
||||
{
|
||||
title: "内容分类",
|
||||
width: 130,
|
||||
|
||||
Reference in New Issue
Block a user