线索列表显示解锁状态
This commit is contained in:
@@ -185,6 +185,10 @@
|
||||
item
|
||||
}}</div>
|
||||
</template>
|
||||
<template v-slot:status="{ row }">
|
||||
{{ row.statusCn }}
|
||||
<template v-if="row.isUnlock"> <br />{{ row.isUnlock }} </template>
|
||||
</template>
|
||||
<!-- 操作列 -->
|
||||
<template v-slot:action="{ row }">
|
||||
<el-button
|
||||
@@ -276,7 +280,8 @@
|
||||
label: '状态',
|
||||
align: 'center',
|
||||
showOverflowTooltip: true,
|
||||
minWidth: 50
|
||||
minWidth: 50,
|
||||
slot: 'status'
|
||||
},
|
||||
{
|
||||
prop: 'poi',
|
||||
|
||||
Reference in New Issue
Block a user