fix:岗位显示修改

This commit is contained in:
wyx
2023-03-08 17:35:21 +08:00
parent 390afad00d
commit fa81d6c16c

View File

@@ -3798,11 +3798,11 @@ export default defineComponent({
dataIndex: "studentBandDesc", dataIndex: "studentBandDesc",
key: "7", key: "7",
align: "center", align: "center",
customRender: (record) => { customRender: (text) => {
return ( return (
<div class="racona"> <div class="racona">
<span> <span>
{record.studentBandDesc ? record.studentBandDesc : "-"} {text.record.studentBandDesc ? text.record.studentBandDesc : "-"}
</span> </span>
</div> </div>
); );