修改
This commit is contained in:
@ -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 }">
|
||||
|
||||
Reference in New Issue
Block a user