Commit fb86f9b8 authored by dragondean@qq.com's avatar dragondean@qq.com
parents a20b5eae 7e18a4da
......@@ -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