代理商

This commit is contained in:
邓皓元 2020-01-15 16:44:42 +08:00
parent 5a0b80dfe2
commit c19194f7ab

View File

@ -40,7 +40,7 @@ export default {
key: "company.name", key: "company.name",
width: 300, width: 300,
render: (h, { row, column, index }) => { render: (h, { row, column, index }) => {
return h("span", row.company.name); return h("span", row.company ? row.company.name : "");
} }
}, },
{ {