shish 1 год назад
Родитель
Сommit
4a2ac60934
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghs/src/views/order/add-live.vue

+ 1 - 1
ghs/src/views/order/add-live.vue

@@ -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>