瀏覽代碼

提交

test
douzhuo 2 年之前
父節點
當前提交
418ecc5ce5
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      pages/mine/equipment/index.vue

+ 4
- 4
pages/mine/equipment/index.vue 查看文件

@@ -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">


Loading…
取消
儲存