Commit eca40688 authored by 黄媛媛's avatar 黄媛媛

添加跳转

parent 07bfe6f3
......@@ -378,7 +378,7 @@
<th>操作</th>
</tr>
<tr v-for="(item,i) in dataList" :key="i">
<tr @click="goUrl(type,item.customerId)" v-for="(item,i) in dataList" :key="i">
<td>{{item.contact}}</td>
<td>{{item.contactNumber}}</td>
<td>{{item.customerName}}</td>
......@@ -409,7 +409,7 @@
</td>
</tr>
<tr v-if="dataList.length==0">
<td colspan="12" align="center">暂无数据</td>
<td colspan="12" style="text-align:center">暂无数据</td>
</tr>
</table>
<!-- <ul class="clearfix">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment