bug修改

This commit is contained in:
mabo
2021-06-30 09:45:36 +08:00
parent 72ed363ac3
commit 950b8a097c
3 changed files with 4 additions and 4 deletions

View File

@@ -200,9 +200,9 @@ export default {
width: 100,
render: (h, params) => {
if (params.row.marketEnable == "DOWN") {
return h("Tag", {props: {color: "green"},},"架");
return h("Tag", {props: {color: "volcano"},},"架");
} else if (params.row.marketEnable == "UPPER") {
return h("Tag", {props: {color: "volcano",},},"架");
return h("Tag", {props: {color: "green",},},"架");
}
},
},