| | |
| | | <view class="item-title flex a-i-c j-c-s-b mb-20"> |
| | | <text class="f-32 fw" v-if="i.reportType == 4">{{i.placeName}}</text> |
| | | <text class="f-32 fw" v-else>{{i.name}}</text> |
| | | <u-tag v-if="i.color" :bgColor='i.color' :borderColor='i.color' color="#191919" |
| | | :text="i.categoryName"></u-tag> |
| | | <u-tag v-if="i.status == 4" text="待完成" type="warning" plain plainFill></u-tag> |
| | | <u-tag v-if="i.status == 1" text="待审批" type="warning" plain plainFill></u-tag> |
| | | <u-tag v-if="i.status == 2" text="审核通过" type="success" plain plainFill></u-tag> |