feat: 更新聊天记录

This commit is contained in:
wanglihui 2024-11-29 09:46:59 +08:00
parent da10d2ae65
commit 5edb8bbb11

View File

@ -130,14 +130,6 @@ const column = reactive<Column.ColumnOptions[]>([
}
}
},
{
prop: 'is_encrypt',
label: '是否加密',
width: 86,
formatter(row: any) {
return row.is_encrypt === 1 ? '是' : '否';
}
},
{
prop: 'revoke',
label: '是否撤回',