面授关键字修改

This commit is contained in:
NiSen
2023-07-05 13:10:26 +08:00
parent 742125af7b
commit b411c8fe4c
2 changed files with 13 additions and 3 deletions

View File

@@ -1732,7 +1732,17 @@ export default defineComponent({
return text ? text : "-";
},
},
{
title: "关键字",
width: 130,
dataIndex: "intro",
key: "intro",
ellipsis: true,
align: "left",
customRender: ({ text }) => {
return text ? text : "-";
},
},
{
title: "内容分类",
width: 130,