bug
This commit is contained in:
@@ -79,7 +79,6 @@
|
|||||||
<div class="bottom">
|
<div class="bottom">
|
||||||
<div class="text">
|
<div class="text">
|
||||||
抵平时间:{{item.registerInfo.arriveTime}}
|
抵平时间:{{item.registerInfo.arriveTime}}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -234,7 +234,7 @@
|
|||||||
<div class="info" style="padding-bottom: 24px;">
|
<div class="info" style="padding-bottom: 24px;">
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="label" style="width:100%;">
|
<div class="label" style="width:100%;">
|
||||||
<span class="tips"></span>核酸阴性证明图片(解除管理必填)
|
<span class="tips"></span>核酸阴性证明图片
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding-right: 16px;">
|
<div style="padding-right: 16px;">
|
||||||
@@ -361,9 +361,9 @@ export default {
|
|||||||
if( !this.form.fileList.length) {
|
if( !this.form.fileList.length) {
|
||||||
return this.$u.toast('请上传图片')
|
return this.$u.toast('请上传图片')
|
||||||
}
|
}
|
||||||
if(status == 2 && !this.form.proveFileList.length) {
|
// if(status == 2 && !this.form.proveFileList.length) {
|
||||||
return this.$u.toast('请上传核酸阴性证明图片')
|
// return this.$u.toast('请上传核酸阴性证明图片')
|
||||||
}
|
// }
|
||||||
|
|
||||||
this.$confirm(status == 2 ? '确认解除管理该记录' : '确认保存该记录').then(() => {
|
this.$confirm(status == 2 ? '确认解除管理该记录' : '确认保存该记录').then(() => {
|
||||||
this.confirmSubmit(status)
|
this.confirmSubmit(status)
|
||||||
|
|||||||
Reference in New Issue
Block a user