bug
This commit is contained in:
@@ -79,7 +79,6 @@
|
||||
<div class="bottom">
|
||||
<div class="text">
|
||||
抵平时间:{{item.registerInfo.arriveTime}}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user