|
|
@@ -17,7 +17,7 @@
|
|
|
</el-select>
|
|
|
<el-input v-model="name1" placeholder="客户名称" size="big" style="width:150px;margin-left:15px;"></el-input>
|
|
|
<el-input v-model="mobile1" placeholder="手机号" size="big" style="width:150px;margin-left:10px;"></el-input>
|
|
|
- <el-popconfirm title="确认添加?" @confirm="addCustom()" @onConfirm="addCustom()" style="margin-left:5px;">
|
|
|
+ <el-popconfirm title="确认添加?" @confirm="addCustom()" @onConfirm="addCustom()" style="margin-left:10px;">
|
|
|
<el-button size="big" type="primary" slot="reference">添加</el-button>
|
|
|
</el-popconfirm>
|
|
|
</div>
|