This commit is contained in:
yanran200730
2022-01-18 18:08:59 +08:00
parent 58b712cda4
commit 25900aab78

View File

@@ -253,7 +253,7 @@ export default {
align: "center", align: "center",
label: "网格类型", label: "网格类型",
render(h, { row }) { render(h, { row }) {
return h("span", {}, _.dict.getLabel("girdType", row.girdType)); return h("span", {}, _.dict.getLabel("girdType", row.girdType) || '-');
}, },
}, },
{ {