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",
key: "7",
align: "center",
customRender: (record) => {
customRender: (text) => {
return (
<div class="racona">
<span>
{record.studentBandDesc ? record.studentBandDesc : "-"}
{text.record.studentBandDesc ? text.record.studentBandDesc : "-"}
</span>
</div>
);