代码更新
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
</div>
|
||||
<!--如果想在工具栏加入更多按钮,可以使用插槽方式, slot = 'left' or 'right'-->
|
||||
<crudOperation :permission="permission">
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
slot="right"
|
||||
class="filter-item"
|
||||
type="info"
|
||||
@@ -122,7 +122,7 @@
|
||||
@click="sync()"
|
||||
>
|
||||
仓位同步
|
||||
</el-button>
|
||||
</el-button>-->
|
||||
</crudOperation>
|
||||
<!--表单组件-->
|
||||
<el-dialog
|
||||
|
||||
@@ -175,8 +175,8 @@ export default {
|
||||
this.hand()
|
||||
},
|
||||
handleChangepcsn(value) {
|
||||
this.query.formula = value[0]
|
||||
this.query.pcsn = value[1]
|
||||
this.query.customer = value
|
||||
this.hand()
|
||||
},
|
||||
hand(value) {
|
||||
|
||||
Reference in New Issue
Block a user