Commit 86cc2695 authored by 邓春圆's avatar 邓春圆

去掉加号

parent de0d7ed3
......@@ -27,7 +27,7 @@ export default {
</div>
<div>
<span>联系电话{{index + 1}}</span>
<span>+{{item.split('(@)')[0]}}</span>
<span>{{item.split('(@)')[0]}}</span>
</div>
</div>
</el-dialog>
......@@ -38,7 +38,7 @@ export default {
</div>
<div style="white-space: normal;">
<span>联系电话:</span>
<span>+{{phoneList[0] ? phoneList[0].split('(@)')[0] : ''}}</span>
<span>{{phoneList[0] ? phoneList[0].split('(@)')[0] : ''}}</span>
<el-button v-if="phoneList.length > 1" @click="show = true;" style="margin-left: 10px;" size="mini" type="text" >更多</el-button>
</div>
</div>
......
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