shish пре 1 година
родитељ
комит
99eb4a2227
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      ghs/src/views/order/components/arrival.vue

+ 2 - 2
ghs/src/views/order/components/arrival.vue

@@ -102,11 +102,11 @@
 				<div style="margin-left:80px;margin-top:20px;">
 					<el-button @click="closeFn">取消</el-button>
 
-					<el-popconfirm title="确认保存?" @confirm="savePrice()" @onConfirm="savePrice()" style="margin-left:80px;">
+					<el-popconfirm title="确认保存?" @confirm="savePrice()" @onConfirm="savePrice()" style="margin-left:140px;">
 						<el-button slot="reference">保存</el-button>
 					</el-popconfirm>
 
-					<el-popconfirm title="确认要提交?" @confirm="commitItem()" @onConfirm="commitItem()" style="margin-left:80px;">
+					<el-popconfirm title="确认要提交?" @confirm="commitItem()" @onConfirm="commitItem()" style="margin-left:140px;">
 						<el-button type="primary" slot="reference">确认提交</el-button>
 					</el-popconfirm>