xy 2 years ago
parent 47b49c9bd9
commit 8731ae07f4

@ -123,14 +123,8 @@ export default {
}, },
{ {
label: "预算类型", label: "预算类型",
prop: "type", prop: "type_detail.value",
width: 115, width: 115,
formatter: (cell, data, value) => {
let res = this.types.filter((item) => {
return item.id === value;
});
return res[0]?.value || "未知";
},
}, },
{ {
label: "所属年份", label: "所属年份",

Loading…
Cancel
Save