mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
--fix bug
This commit is contained in:
@@ -2600,12 +2600,11 @@ const columns2 = [
|
|||||||
key: "courseSource",
|
key: "courseSource",
|
||||||
width: "12%",
|
width: "12%",
|
||||||
align: "center",
|
align: "center",
|
||||||
customRender: (text) => {
|
customRender: ({record:{courseName,routerName}}) => {
|
||||||
return (
|
return (
|
||||||
<div class="racona">
|
<div class="racona">
|
||||||
<span>
|
<span>
|
||||||
{" "}
|
{courseName || routerName || "开课"}
|
||||||
{text.record.courseSource ? text.record.courseSource : "-"}
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user