根据qszt展示树结构中的宗地节点的权属状态
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -48,6 +48,9 @@ | ... | @@ -48,6 +48,9 @@ |
48 | active_color: item.expand, | 48 | active_color: item.expand, |
49 | }" | 49 | }" |
50 | > | 50 | > |
51 | <span v-if="item.qszt=='0'" style="color:red">(临)</span> | ||
52 | <span v-if="item.qszt=='1'" style="color:green">(正)</span> | ||
53 | <span v-if="item.qszt=='2'" style="color:blue">(现)</span> | ||
51 | {{ item.mc }} | 54 | {{ item.mc }} |
52 | </div> | 55 | </div> |
53 | </div> | 56 | </div> | ... | ... |
-
Please register or sign in to post a comment