seimin 1 yıl önce
ebeveyn
işleme
a4fd7c0ba9

+ 2 - 2
src/views/IncidentNewList.vue

@@ -98,13 +98,13 @@
98
                 <div class="bottom borderBottomNone" @click.stop>
98
                 <div class="bottom borderBottomNone" @click.stop>
99
                   <span style="width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">
99
                   <span style="width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">
100
                     <template v-if="item.contactsInformation">
100
                     <template v-if="item.contactsInformation">
101
-                      联系电话
101
+                      联系:
102
                       <a :href="'tel:' + item.contactsInformation"><i class="iconfont icon-shouji"></i>{{ item.contactsInformation }}</a>
102
                       <a :href="'tel:' + item.contactsInformation"><i class="iconfont icon-shouji"></i>{{ item.contactsInformation }}</a>
103
                     </template>
103
                     </template>
104
                   </span>
104
                   </span>
105
                   <span class="flex">
105
                   <span class="flex">
106
                     <template v-if="item.incomingPhone">
106
                     <template v-if="item.incomingPhone">
107
-                      来电电话
107
+                      来电:
108
                       <a :href="'tel:' + item.incomingPhone"><i class="iconfont icon-shouji"></i>{{ item.incomingPhone }}</a>
108
                       <a :href="'tel:' + item.incomingPhone"><i class="iconfont icon-shouji"></i>{{ item.incomingPhone }}</a>
109
                     </template>
109
                     </template>
110
                   </span>
110
                   </span>

+ 2 - 2
src/views/incidentList.vue

@@ -104,13 +104,13 @@
104
                 <div class="bottom" @click.stop>
104
                 <div class="bottom" @click.stop>
105
                   <span style="width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">
105
                   <span style="width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">
106
                     <template v-if="item.contactsInformation">
106
                     <template v-if="item.contactsInformation">
107
-                      联系电话
107
+                      联系:
108
                       <a :href="'tel:' + item.contactsInformation"><i class="iconfont icon-shouji"></i>{{ item.contactsInformation }}</a>
108
                       <a :href="'tel:' + item.contactsInformation"><i class="iconfont icon-shouji"></i>{{ item.contactsInformation }}</a>
109
                     </template>
109
                     </template>
110
                   </span>
110
                   </span>
111
                   <span class="flex">
111
                   <span class="flex">
112
                     <template v-if="item.incomingPhone">
112
                     <template v-if="item.incomingPhone">
113
-                      来电电话
113
+                      来电:
114
                       <a :href="'tel:' + item.incomingPhone"><i class="iconfont icon-shouji"></i>{{ item.incomingPhone }}</a>
114
                       <a :href="'tel:' + item.incomingPhone"><i class="iconfont icon-shouji"></i>{{ item.incomingPhone }}</a>
115
                     </template>
115
                     </template>
116
                   </span>
116
                   </span>