This commit is contained in:
13684185576
2025-09-17 09:46:08 +08:00
parent 51772d788b
commit 7d537c0ce9
2 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@
</div> </div>
<div class="cardItem flex white-text" v-for="(item, index) in warningList.ryList" :key="index"> <div class="cardItem flex white-text" v-for="(item, index) in warningList.ryList" :key="index">
<span style="flex: 1">名称{{ item.ryXm }}</span> <span style="flex: 1">名称{{ item.ryXm }}</span>
<span style="flex: 1">警种{{ item.ryJzlx == "01" ? "民警" : "辅警" }}</span> <span style="flex: 1">警种{{ item.ryMfjlb == "01" ? "民警" : "辅警" }}</span>
</div> </div>
</div> </div>
<div class="line mt6 mb6"></div> <div class="line mt6 mb6"></div>

View File

@ -235,6 +235,7 @@ countWays();
} }
.bt { .bt {
margin-top: 14px; margin-top: 14px;
color: #fff;
.headline { .headline {
width: 70%; width: 70%;