新购绑定详情优化
This commit is contained in:
parent
c948f7e7db
commit
e49680f9ab
|
|
@ -180,13 +180,13 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|
||||||
<pagination
|
<!-- <pagination
|
||||||
v-show="total > 0"
|
v-show="total > 0"
|
||||||
:total="total"
|
:total="total"
|
||||||
:page.sync="maForm.pageNum"
|
:page.sync="maForm.pageNum"
|
||||||
:limit.sync="maForm.pageSize"
|
:limit.sync="maForm.pageSize"
|
||||||
@pagination="getCodeList"
|
@pagination="getCodeList"
|
||||||
/>
|
/> -->
|
||||||
|
|
||||||
<!-- 编码查看弹框-->
|
<!-- 编码查看弹框-->
|
||||||
<el-dialog width="70%" append-to-body title="查看编码" :visible.sync="viewCodeVisible">
|
<el-dialog width="70%" append-to-body title="查看编码" :visible.sync="viewCodeVisible">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue