Update survey-list.vue
This commit is contained in:
parent
2beadec667
commit
5c14cc7e5f
@ -41,7 +41,8 @@
|
|||||||
|
|
||||||
<!-- Status (暂不展示未填写/已填写) -->
|
<!-- Status (暂不展示未填写/已填写) -->
|
||||||
<view class="flex items-center flex-shrink-0 ml-2">
|
<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>
|
<uni-icons type="right" size="14" color="#9ca3af"></uni-icons>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user