manage-client 3.3.181 → 3.3.183
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -235,6 +235,9 @@
|
|
|
235
235
|
<th>
|
|
236
236
|
<nobr>公司</nobr>
|
|
237
237
|
</th>
|
|
238
|
+
<th>
|
|
239
|
+
<nobr>电话号</nobr>
|
|
240
|
+
</th>
|
|
238
241
|
<th><nobr>附件</nobr></th>
|
|
239
242
|
<!--<th><nobr>查看详情</nobr></th>-->
|
|
240
243
|
</tr>
|
|
@@ -308,6 +311,9 @@
|
|
|
308
311
|
<td style="text-align: center;">
|
|
309
312
|
<nobr>{{row.f_orgname}}</nobr>
|
|
310
313
|
</td>
|
|
314
|
+
<td style="text-align: center;">
|
|
315
|
+
<nobr>{{row.f_user_phone}}</nobr>
|
|
316
|
+
</td>
|
|
311
317
|
<td style="text-align: center;"><nobr>
|
|
312
318
|
<button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
|
|
313
319
|
</nobr></td>
|