|
@@ -14,7 +14,7 @@
|
|
|
<view class="record-item" v-if="index==current" v-for="(item,sindex) in list" :key="item.id" @click="getDetails(item)">
|
|
|
<view class="item-head">
|
|
|
<text class="item-c-tit">{{item.storeName}}</text>
|
|
|
- <u-tag class="item-c-type" :text="item.status | taskStatus" :type="item.status | statusCls" />
|
|
|
+ <u-tag size="mini" mode="plain" shape="circle" class="item-c-type" :text="item.status | taskStatus" :type="item.status | statusCls" />
|
|
|
</view>
|
|
|
<view class="item-main">
|
|
|
<text class="item-tit">创建时间:</text>
|