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