Merge branch 'refs/heads/master-20250627bk-xc-1155' into test1024

This commit is contained in:
xu
2025-11-07 17:41:27 +08:00

View File

@@ -2112,26 +2112,6 @@ export default defineComponent({
}
},
},
{
title: "审核人",
width: 120,
dataIndex: "auditUser",
key: "auditUser",
align: "center",
customRender: ({ text }) => {
return text ? text : "-";
},
},
{
title: "审核时间",
width: 160,
dataIndex: "auditTime",
key: "auditTime",
align: "center",
customRender: ({ text }) => {
return text ? text : "-";
},
},
{
title: "是否发布",
width: 100,