From 89caeb48d3956c4018d920c4a8a3d94ef019c054 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 1 Dec 2025 09:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docCenter/components/tableCom/downLoad.vue | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/views/publicService/docCenter/components/tableCom/downLoad.vue b/src/views/publicService/docCenter/components/tableCom/downLoad.vue index a2dc915..df5e8b8 100644 --- a/src/views/publicService/docCenter/components/tableCom/downLoad.vue +++ b/src/views/publicService/docCenter/components/tableCom/downLoad.vue @@ -33,16 +33,7 @@ export default { data() { return { // 示例数据,实际使用时通过props传入 - defaultFiles: [ - { name: '可行方案.docx' }, - { name: '可行方案.docx' }, - { name: '可行方案.docx' }, - { name: '可行方案.docx' }, - { name: '资质文件' }, - { name: '可行方案.docx' }, - { name: '可行方案.docx' }, - { name: '可行方案.docx' }, - ], + defaultFiles: [], } }, computed: {