2024年7月12日 新增禁止下载
This commit is contained in:
parent
241fa1525a
commit
b937018241
|
@ -218,6 +218,13 @@ const $message = useMessage();
|
|||
// onClick: handleEdit.bind(null, record),
|
||||
// },
|
||||
{
|
||||
ifShow: !!record.filePath,
|
||||
label: '下载报告',
|
||||
onClick: downloadFile.bind(null, record.filePath),
|
||||
},
|
||||
{
|
||||
ifShow: !record.filePath,
|
||||
disabled: true,
|
||||
label: '下载报告',
|
||||
onClick: downloadFile.bind(null, record.filePath),
|
||||
},
|
||||
|
|
|
@ -218,6 +218,13 @@ const $message = useMessage();
|
|||
// onClick: handleEdit.bind(null, record),
|
||||
// },
|
||||
{
|
||||
ifShow: !!record.filePath,
|
||||
label: '下载报告',
|
||||
onClick: downloadFile.bind(null, record.filePath),
|
||||
},
|
||||
{
|
||||
ifShow: !record.filePath,
|
||||
disabled: true,
|
||||
label: '下载报告',
|
||||
onClick: downloadFile.bind(null, record.filePath),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue