|
|
@@ -10,9 +10,9 @@
|
|
|
<view class="exp line-1">来源:<text>{{item.cluesource ? item.cluesource : '--'}}</text></view>
|
|
|
<view class="exp line-1">线索类型:<text>{{item.cluetype ? item.cluetype : '--'}}</text></view>
|
|
|
|
|
|
- <navigator wx:if="{{item.status=='待分配'}}" class="action" catchtap="distribution" data-item="{{item}}">
|
|
|
- <view style="color: red;margin-right: 30rpx;" class="iconfont icon-dibu-genghuanjingxiaoshang"></view>
|
|
|
- </navigator>
|
|
|
+ <view wx:if="{{item.status=='待分配'}}" class="action" catchtap="distribution" data-item="{{item}}">
|
|
|
+ <navigator url="#" class="distribution">分配</navigator>
|
|
|
+ </view>
|
|
|
</navigator>
|
|
|
|
|
|
<My_empty wx:if="{{list.length == 0}}" />
|