This commit is contained in:
jy
2025-06-17 20:04:43 +08:00
parent a5c65af987
commit 6dcd327ac9
26 changed files with 2723 additions and 1032 deletions

View File

@ -38,7 +38,7 @@
<div>
<img src="" alt="" />
<ul>
<li>姓名{{ row.rySfzh }}</li>
<li>姓名{{ row.ryXm }}</li>
<li class="rowClass">
性别
<DictTag :tag="false" :value="row.ryXb" :options="D_BZ_XB" />
@ -60,9 +60,13 @@
</ul>
</div>
<div class="flex">
<el-button type="primary" size="small"> 涉恐人员</el-button>
<el-button type="primary" size="small"> 涉稳人员</el-button>
<el-button type="primary" size="small"> 在逃人员</el-button>
<el-button
type="primary"
size="small"
v-for="(item, index) in row.bqList"
>
{{ item.bqMc }}</el-button
>
</div>
</template>
<template #jzxx="{ row }">