|
|
@ -123,11 +123,10 @@
|
|
|
|
:total="detailTotal"
|
|
|
|
:total="detailTotal"
|
|
|
|
:limit.sync="detailQuery.limit"
|
|
|
|
:limit.sync="detailQuery.limit"
|
|
|
|
:page.sync="detailQuery.page"
|
|
|
|
:page.sync="detailQuery.page"
|
|
|
|
@pagination="getList"
|
|
|
|
@pagination="getCountOrderDetailList"
|
|
|
|
></pagination>
|
|
|
|
></pagination>
|
|
|
|
</el-card>
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
<el-dialog
|
|
|
|
title="码详情"
|
|
|
|
title="码详情"
|
|
|
|
:visible.sync="codesVisible"
|
|
|
|
:visible.sync="codesVisible"
|
|
|
|