矛盾调解调整

This commit is contained in:
aixianling
2023-03-06 18:16:47 +08:00
parent 4c8766ad94
commit f5f83fc8e9
6 changed files with 364 additions and 51 deletions

View File

@@ -3,7 +3,7 @@
<div class="header-middle">
<div class="hint">
<span v-for="(item, index) in selectList" :key="index">
<span v-if="index" style="margin:0 4px;" v-text="`/`"/>
<span v-if="index" class="mar-h8" v-text="`/`"/>
<span style="color:#3F8DF5" @click="girdNameClick(item, index)" v-text="item.girdName"/>
</span>
</div>