Commit 8e266be1 authored by renjintao's avatar renjintao

up

parent 7673c97f
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
:columns="colsList" :columns="colsList"
ref="grid" ref="grid"
:conditions="easySearch" :conditions="easySearch"
height="400" :height="400"
:tool="false" :tool="false"
></DataGrid> ></DataGrid>
</Modal> </Modal>
......
...@@ -108,7 +108,7 @@ export default { ...@@ -108,7 +108,7 @@ export default {
"op", "op",
{ {
attrs: { oprate: "edit" }, attrs: { oprate: "edit" },
on: { click: () => this.getOutBound(params.row) },
}, },
"出库单" "出库单"
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment