From b8c6bdde7991b4bbc50411b3865d858360cd0b55 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 7 Sep 2023 15:50:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/company/edit.vue | 12 +++++++++--- src/views/contract/contractDetil.vue | 3 ++- src/views/contract/index.vue | 4 ++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/src/views/company/edit.vue b/src/views/company/edit.vue index 24ac2de..704a03f 100644 --- a/src/views/company/edit.vue +++ b/src/views/company/edit.vue @@ -268,9 +268,12 @@ :src="formData.avatar" class="avatar" /> - - - +
+ + + + 上传人脸证件照 +
@@ -1261,6 +1264,9 @@ defineExpose({ border: 1px dashed var(--el-border-color); border-radius: 6px; flex-shrink: 0; + display: flex; + flex-direction: column; + align-items: center; } .avatar-uploader-head .el-upload { diff --git a/src/views/contract/contractDetil.vue b/src/views/contract/contractDetil.vue index 1819ee4..c96b467 100644 --- a/src/views/contract/contractDetil.vue +++ b/src/views/contract/contractDetil.vue @@ -395,6 +395,7 @@ v-if="formData?.status == 0" :on-exceed="handleExceed" ref="upload" + v-perms="['contract.contract/wind_control']" > {{ formData.file ? "重新上传" : "上传" @@ -409,7 +410,7 @@ > - 确定 + 确定