会议室预约申请书名称

This commit is contained in:
Leo_Ding 2025-08-27 10:38:02 +08:00
parent f48f805d61
commit 7231bd1d01

View File

@ -28,13 +28,10 @@
} }
}, },
onLoad(option) { onLoad(option) {
console.log(option);
console.log(JSON.parse(option.files));
const obj=JSON.parse(option.files) const obj=JSON.parse(option.files)
this.docList=[ this.docList=[
{name:'近山社区城市青年会客厅使用说明及申请表',url:BASE_URL+obj.covenantPdf}, {name:obj.applyPdfName,url:BASE_URL+obj.covenantPdf},
{name:`${JSON.parse(option.isSelfStudy)?'近山社区自习室个人使用承诺书':'近山社区城市青年会客厅安全使用承诺书'}`,url:BASE_URL+obj.applyPdf}, {name:obj.covenantPdfName,url:BASE_URL+obj.applyPdf},
] ]
}, },
methods:{ methods:{