增加评语

This commit is contained in:
zhangsir
2024-05-31 17:02:49 +08:00
parent 8e42e3066b
commit e8254604e7

View File

@@ -776,6 +776,13 @@ const twiceolumnsOne = [
dataIndex: 'score',
key: 'score',
},
{
title: '评语',
dataIndex: 'comment',
key: 'comment',
ellipsis: true,
width: 300,
},
];
const twiceolumnsTwo = [
{
@@ -799,6 +806,13 @@ const twiceolumnsTwo = [
dataIndex: 'score',
key: 'score',
},
{
title: '评语',
dataIndex: 'comment',
key: 'comment',
ellipsis: true,
width: 300,
},
]
const selectedRowKeysList = ref([])
const rowSelection = {
@@ -1737,7 +1751,7 @@ const vwtext = ref(null)
margin-left: 84px;
}
.footer_right{
margin-right: 85px;
margin-right: 114px;
}
}
.courseIntroduction{