Commit 7e18a4da authored by Marcus's avatar Marcus

【品牌管理】品牌授权客户弹框页,授权客户号码前面需要显示加号+

http://zentao.jdshangmen.com/bug-view-863.html
parent 2a442837
......@@ -4,7 +4,7 @@
<el-dialog
:title="brandName"
:visible.sync="dialogVisible"
width="900px"
width="1080px"
:before-close="handleClose()">
<el-tabs v-model="activeName">
<el-tab-pane label="未授权客户" name="first">
......@@ -44,6 +44,7 @@
</el-table-column>
<el-table-column
prop="phone"
:formatter="(row, column, cellValue) => '+' + cellValue"
label="客户号码">
</el-table-column>
<el-table-column
......@@ -78,6 +79,7 @@
</el-table-column>
<el-table-column
prop="phone"
:formatter="(row, column, cellValue) => '+' + cellValue"
label="客户号码">
</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