mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoManager
synced 2025-06-03 23:58:10 +00:00
feat: ✨更新聊天记录
This commit is contained in:
parent
da10d2ae65
commit
5edb8bbb11
@ -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',
|
prop: 'revoke',
|
||||||
label: '是否撤回',
|
label: '是否撤回',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user