From 4502510c1763590b3d90d9dcc74a99f8f371642f Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期五, 19 四月 2024 16:49:45 +0800 Subject: [PATCH] 基本信息、修改密码 --- src/views/components/details.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/components/details.vue b/src/views/components/details.vue index f2352ba..6709865 100644 --- a/src/views/components/details.vue +++ b/src/views/components/details.vue @@ -148,7 +148,7 @@ state.content.createTime = state.content.createTime.substring(0.,16) state.content.issueDate = state.content.issueDate.substring(0,10) state.content.validDate = state.content.validDate.substring(0,10) - state.content.business = getName(state.content.business) + state.content.business = state.content.businessNames.join() }else{ ElMessage.warning(res.message) } @@ -161,7 +161,7 @@ e.preventDefault(); const file = { fileUrl: e.target.href, - fileName: e.target.download + fileName: e.target.innerHTML } axios.get( file.fileUrl,{ headers: @@ -229,12 +229,12 @@ display: flex; flex-direction: column; align-items: center; - margin-top: 170px; + margin-top: 150px; .header{ width: 1200px; height: 60px; - margin: 20px 0 0; + margin: 15px 0 0; padding: 0 15px; border-radius: 4px; background: #f5f5f5; @@ -252,7 +252,7 @@ box-shadow: 1px 1px 3px rgba(0,0,0,.04); padding: 20px 15px 40px; background: #fff; - max-height: calc(100vh - 330px); + max-height: calc(100vh - 280px); overflow-y: auto; .title{ -- Gitblit v1.9.2