This commit is contained in:
liuye
2022-11-25 17:37:48 +08:00
parent 575a82e6b9
commit 52be904d2a
2 changed files with 4 additions and 5 deletions

View File

@@ -79,7 +79,6 @@
<div class="bottom">
<div class="text">
抵平时间{{item.registerInfo.arriveTime}}
</div>
</div>
</div>

View File

@@ -234,7 +234,7 @@
<div class="info" style="padding-bottom: 24px;">
<div class="item">
<div class="label" style="width:100%;">
<span class="tips"></span>核酸阴性证明图片解除管理必填
<span class="tips"></span>核酸阴性证明图片
</div>
</div>
<div style="padding-right: 16px;">
@@ -361,9 +361,9 @@ export default {
if( !this.form.fileList.length) {
return this.$u.toast('请上传图片')
}
if(status == 2 && !this.form.proveFileList.length) {
return this.$u.toast('请上传核酸阴性证明图片')
}
// if(status == 2 && !this.form.proveFileList.length) {
// return this.$u.toast('请上传核酸阴性证明图片')
// }
this.$confirm(status == 2 ? '确认解除管理该记录' : '确认保存该记录').then(() => {
this.confirmSubmit(status)