修复小组团队学习任务关闭出现的bug
This commit is contained in:
parent
594fabc243
commit
cb15f2b82b
@ -31,10 +31,10 @@
|
|||||||
@click.stop="deleteFile(index, 'sign_in_table')">
|
@click.stop="deleteFile(index, 'sign_in_table')">
|
||||||
</image>
|
</image>
|
||||||
</view>
|
</view>
|
||||||
<view v-else class="file_btn" @click="chooseOneFile">
|
<view v-if="taskInfo.status==2" class="file_btn" @click="chooseOneFile">
|
||||||
<image src="/static/icons/plus.png"></image>
|
<image src="/static/icons/plus.png"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="file_empty" v-for="k in 2" :key="'empty'+k"></view>
|
<view v-if="taskInfo.status==2" class="file_empty" v-for="k in 2" :key="'empty'+k"></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="card" style="margin-bottom: 160rpx;">
|
<view class="card" style="margin-bottom: 160rpx;">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user