|
@@ -90,6 +90,20 @@
|
90
|
90
|
{{ item.acceptDate | timeFormat("MM-dd HH:mm") }}
|
91
|
91
|
</span>
|
92
|
92
|
</div>
|
|
93
|
+ <div class="bottom" @click.stop>
|
|
94
|
+ <span style="width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">
|
|
95
|
+ <template v-if="item.contactsInformation">
|
|
96
|
+ 联系电话:
|
|
97
|
+ <a :href="'tel:' + item.contactsInformation"><i class="iconfont icon-shouji"></i>{{ item.contactsInformation }}</a>
|
|
98
|
+ </template>
|
|
99
|
+ </span>
|
|
100
|
+ <span class="flex">
|
|
101
|
+ <template v-if="item.incomingPhone">
|
|
102
|
+ 来电电话:
|
|
103
|
+ <a :href="'tel:' + item.incomingPhone"><i class="iconfont icon-shouji"></i>{{ item.incomingPhone }}</a>
|
|
104
|
+ </template>
|
|
105
|
+ </span>
|
|
106
|
+ </div>
|
93
|
107
|
<div class="btns">
|
94
|
108
|
<cube-form-group
|
95
|
109
|
class="sub-btn"
|