讲师管理bug

This commit is contained in:
zhangsir
2024-12-16 15:50:22 +08:00
parent 2c4801ba75
commit 9de891eb78
5 changed files with 26 additions and 1 deletions

View File

@@ -983,6 +983,9 @@
ellipsis: true,
align: "center",
width: 120,
customRender: ({text}) => {
return text || "0";
}
},
{
title: '评分 ',
@@ -991,6 +994,9 @@
ellipsis: true,
align: "center",
width: 120,
customRender: ({text}) => {
return text || "-";
}
},
{
title: '课程类型 ',