This commit is contained in:
yanran200730
2022-07-05 08:32:57 +08:00
parent 993b90857d
commit 94ffc69ddf
2 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
<div class="right">
<div class="name">{{ item.name }}
<div class="gird">{{ item.checkType == 2 ? '网格长' : '网格员' }}</div>
<span class="family-btn" @click.stop="linkTo(`./merchanList?id=${item.id}&girdId=${userGird.id}`)">责任商户 ></span>
<span class="family-btn" @click.stop="linkTo(`./merchanList?id=${item.id}&girdId=${userGird.id}`)">网格成员 ></span>
</div>
<p>{{ item.girdName }}</p>
</div>
@@ -35,7 +35,7 @@
<div class="right">
<div class="name">{{ item.name }}
<span class="gird">{{ item.checkType == 2 ? '网格长' : '网格员' }}</span>
<span class="family-btn" @click.stop="linkTo(`./merchanList?id=${item.id}&girdId=${userGird.id}`)">责任商户 ></span>
<span class="family-btn" @click.stop="linkTo(`./merchanList?id=${item.id}&girdId=${userGird.id}`)">网格成员 ></span>
</div>
<p>{{ item.girdName }} </p>
</div>

View File

@@ -337,9 +337,9 @@
& > h2 {
margin-bottom: 16px;
text-align: center;
color: #ccc;
font-size: 26px;
font-weight: normal;
color: #1365DD;
font-size: 32px;
font-weight: 600;
}
}
}