Update survey-list.vue

This commit is contained in:
huxuejian 2026-03-05 10:31:35 +08:00
parent 2beadec667
commit 5c14cc7e5f

View File

@ -41,7 +41,8 @@
<!-- Status (暂不展示未填写/已填写) -->
<view class="flex items-center flex-shrink-0 ml-2">
<text class="text-sm mr-2 text-gray-400">查看</text>
<text v-if="item.status === 'FILLED'" class="text-sm mr-2 text-gray-400">查看</text>
<text v-else class="text-sm mr-2 text-danger">未填写</text>
<uni-icons type="right" size="14" color="#9ca3af"></uni-icons>
</view>
</view>