Compare commits

..

No commits in common. "e3687dfef7986e2a2514e2f8061b24257faff65e" and "d7148189e63012f4d90a129252b81f7aae94a361" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<span class="item_time">
{{ formatListTime(item.createTime) || '-' }}
</span>
<span :class="[item.status == 0 ?'status-active':'']">{{ item.status == 0 ? '未收' :item.status ==1?'已收':item.status ==2? '已退':'' }}</span>
<span :class="[item.status == 0 ?'status-active':'']">{{ item.status == 0 ? '未收' : '已收' }}</span>
</li>
</el-scrollbar>
</ul>