线索列表显示解锁状态

This commit is contained in:
lccsw
2025-11-13 15:06:51 +08:00
parent 315e3e3e48
commit 27c530bf87
+6 -1
View File
@@ -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',