|
|
@ -235,11 +235,10 @@
|
|
|
|
:total="codeTotal"
|
|
|
|
:total="codeTotal"
|
|
|
|
:page.sync="codeQuery.page"
|
|
|
|
:page.sync="codeQuery.page"
|
|
|
|
:limit.sync="codeQuery.limit"
|
|
|
|
:limit.sync="codeQuery.limit"
|
|
|
|
@pagination="getOrderDetail"
|
|
|
|
@pagination="getCodeDetailLists"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</el-tab-pane>
|
|
|
|
</el-tab-pane>
|
|
|
|
</el-tabs>
|
|
|
|
</el-tabs>
|
|
|
|
|
|
|
|
|
|
|
|
<el-image-viewer
|
|
|
|
<el-image-viewer
|
|
|
|
v-if="imgViewerVisible"
|
|
|
|
v-if="imgViewerVisible"
|
|
|
|
style="z-index: 9999"
|
|
|
|
style="z-index: 9999"
|
|
|
|