This commit is contained in:
parent
8c8f2d238d
commit
89caeb48d3
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue