mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 07:16:46 +08:00
面授里添加考试回传考试名称
This commit is contained in:
@@ -217,7 +217,7 @@ export default {
|
||||
width: "10%",
|
||||
ellipsis: true,
|
||||
customRender: (time) => {
|
||||
return <div style="color:#387DF7">{time.record.time}</div>;
|
||||
return <div>{time.record.time}</div>;
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user