master
xy 1 year ago
parent a18fac0ca2
commit 587a2f1c26

@ -317,11 +317,12 @@ export default {
"Tag", "Tag",
{ {
props: { props: {
type: "dot", type: "border",
color: "#3fa45a", color: "#3fa45a",
}, },
style: { style: {
background: "#e5f4ea !important", background: "#e5f4ea !important",
border: "none"
}, },
}, },
i.name i.name
@ -332,11 +333,12 @@ export default {
"Tag", "Tag",
{ {
props: { props: {
type: "dot", type: "border",
color: "#2254e4", color: "#2254e4",
}, },
style: { style: {
background: "#e8edfc !important", background: "#e8edfc !important",
border: "none"
}, },
}, },
i.name i.name
@ -483,6 +485,7 @@ export default {
}, },
style: { style: {
background: "#e5f4ea !important", background: "#e5f4ea !important",
border: "none"
}, },
}, },
land.name land.name
@ -499,6 +502,7 @@ export default {
}, },
style: { style: {
background: "#e8edfc !important", background: "#e8edfc !important",
border: "none"
}, },
}, },
(house.name||'无') (house.name||'无')
@ -514,6 +518,7 @@ export default {
}, },
style: { style: {
background: "#b78cea !important", background: "#b78cea !important",
border: "none"
}, },
}, },
item.name || "无" item.name || "无"

Loading…
Cancel
Save