This commit is contained in:
2025-04-29 15:45:52 +08:00
parent fcf9fa5420
commit 1fafd27208
14 changed files with 149 additions and 176 deletions

View File

@ -221,22 +221,4 @@ const tabHeightFn = () => {
}
</style>
// 下载附件
const downloadAttachment = (row) => {
// TODO: 实现附件下载逻辑
};
// 预览附件
const previewAttachment = (row) => {
// TODO: 实现附件预览逻辑
};
// 删除行
const deleteRow = (row) => {
// TODO: 实现删除逻辑
};
// 流转线索
const transferClue = (row) => {
// TODO: 实现线索流转逻辑
};