mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
增加评语
This commit is contained in:
@@ -776,6 +776,13 @@ const twiceolumnsOne = [
|
|||||||
dataIndex: 'score',
|
dataIndex: 'score',
|
||||||
key: 'score',
|
key: 'score',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '评语',
|
||||||
|
dataIndex: 'comment',
|
||||||
|
key: 'comment',
|
||||||
|
ellipsis: true,
|
||||||
|
width: 300,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
const twiceolumnsTwo = [
|
const twiceolumnsTwo = [
|
||||||
{
|
{
|
||||||
@@ -799,6 +806,13 @@ const twiceolumnsTwo = [
|
|||||||
dataIndex: 'score',
|
dataIndex: 'score',
|
||||||
key: 'score',
|
key: 'score',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '评语',
|
||||||
|
dataIndex: 'comment',
|
||||||
|
key: 'comment',
|
||||||
|
ellipsis: true,
|
||||||
|
width: 300,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
const selectedRowKeysList = ref([])
|
const selectedRowKeysList = ref([])
|
||||||
const rowSelection = {
|
const rowSelection = {
|
||||||
@@ -1737,7 +1751,7 @@ const vwtext = ref(null)
|
|||||||
margin-left: 84px;
|
margin-left: 84px;
|
||||||
}
|
}
|
||||||
.footer_right{
|
.footer_right{
|
||||||
margin-right: 85px;
|
margin-right: 114px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.courseIntroduction{
|
.courseIntroduction{
|
||||||
|
|||||||
Reference in New Issue
Block a user