|
@@ -29,7 +29,7 @@
|
|
|
}" v-if="item.photoTotal > 0">
|
|
}" v-if="item.photoTotal > 0">
|
|
|
{{item.photoCount}} / {{item.photoTotal}}
|
|
{{item.photoCount}} / {{item.photoTotal}}
|
|
|
</text>
|
|
</text>
|
|
|
- <text v-if="item.photoCount == 0">暂无数据</text>
|
|
|
|
|
|
|
+ <text v-if="item.photoTotal == 0">暂无任务</text>
|
|
|
</uni-td>
|
|
</uni-td>
|
|
|
|
|
|
|
|
<uni-td class="grid-text">{{item.photoTotal > 0 ? item.photoStatus : ''}}</uni-td>
|
|
<uni-td class="grid-text">{{item.photoTotal > 0 ? item.photoStatus : ''}}</uni-td>
|
|
@@ -44,7 +44,7 @@
|
|
|
}" v-if="item.recordTotal > 0">
|
|
}" v-if="item.recordTotal > 0">
|
|
|
{{item.recordCount}} / {{item.recordTotal}}
|
|
{{item.recordCount}} / {{item.recordTotal}}
|
|
|
</text>
|
|
</text>
|
|
|
- <text v-if="item.recordTotal == 0">暂无数据</text>
|
|
|
|
|
|
|
+ <text v-if="item.recordTotal == 0">暂无任务</text>
|
|
|
</uni-td>
|
|
</uni-td>
|
|
|
|
|
|
|
|
<uni-td class="grid-text"><text :class="{
|
|
<uni-td class="grid-text"><text :class="{
|
|
@@ -61,7 +61,7 @@
|
|
|
}" v-if="item.keyTotal > 0">
|
|
}" v-if="item.keyTotal > 0">
|
|
|
{{item.keyCount}} / {{item.keyTotal}}
|
|
{{item.keyCount}} / {{item.keyTotal}}
|
|
|
</text>
|
|
</text>
|
|
|
- <text v-if="item.keyTotal == 0">暂无数据</text>
|
|
|
|
|
|
|
+ <text v-if="item.keyTotal == 0">暂无任务</text>
|
|
|
</uni-td>
|
|
</uni-td>
|
|
|
|
|
|
|
|
<uni-td class="grid-text"><text :class="{
|
|
<uni-td class="grid-text"><text :class="{
|