This commit is contained in:
liuye
2021-12-24 14:35:58 +08:00
parent d57ac50201
commit f19edd1f37
5 changed files with 151 additions and 28 deletions

View File

@@ -4,7 +4,7 @@
<span class="label">网格选择</span>
<div class="value">
<AiTreePicker :ops="treeList" v-model="form.id" @select="handleSelect">
<div class="grid-name" :style="{ color: form.girdName ? '' : '#c0c4cc' }">{{ form.girdName || '请选择社区居委会' }}
<div class="grid-name" :style="{ color: form.girdName ? '' : '#c0c4cc' }">{{ form.girdName || '请选择网格' }}
<u-icon name="arrow-right" color="#cccccc" size="14"></u-icon>
</div>
</AiTreePicker>