|
|
@@ -57,14 +57,14 @@ |
|
|
|
<view class="box2-you" v-if="item.audioStatus=='' ">关闭</view> |
|
|
|
</view> |
|
|
|
<view class="infobox2"> |
|
|
|
<view class="box2-zuo">上传状态</view> |
|
|
|
<view class="box2-zuo">待上传</view> |
|
|
|
<view class="box2-you"> |
|
|
|
<template v-if="item.audioUploadStatus=='false'">无上传</template> |
|
|
|
<template v-if="item.audioUploadStatus=='true'">上传中</template> |
|
|
|
<template v-if="item.audioUploadStatus=='' ">无上传</template> |
|
|
|
<template v-if="item.fileCount && item.fileCount > 0"> |
|
|
|
<text class="stayupload">(待上传{{ item.fileCount }}条)</text> |
|
|
|
</template> |
|
|
|
<template v-else> |
|
|
|
0 |
|
|
|
</template> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="infobox2"> |
|
|
|