Commit af3e8ee3 authored by 邓春圆's avatar 邓春圆

电话号码错乱修改

parent 1b8d5c87
......@@ -45,7 +45,7 @@
<el-table-column
:label="$t('客户号码')">
<template v-slot="{row}">
<show-contacts :phone-string="row.phone" ></show-contacts>
<show-contacts :key="row.phone" :phone-string="row.phone" ></show-contacts>
</template>
</el-table-column>
<el-table-column
......@@ -82,7 +82,7 @@
width="260"
:label="$t('客户号码')">
<template v-slot="{row}">
<show-contacts :phone-string="row.phone" ></show-contacts>
<show-contacts :key="row.phone" :phone-string="row.phone" ></show-contacts>
</template>
</el-table-column>
<el-table-column
......
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