|
|
@ -111,13 +111,12 @@
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
|
|
|
|
|
|
|
|
<pagination
|
|
|
|
<pagination
|
|
|
|
v-show="codeTotal>0"
|
|
|
|
v-show="codeTotal>0"
|
|
|
|
:total="codeTotal"
|
|
|
|
:total="codeTotal"
|
|
|
|
:limit.sync="codeQuery.limit"
|
|
|
|
:limit.sync="codeQuery.limit"
|
|
|
|
:page.sync="codeQuery.page"
|
|
|
|
:page.sync="codeQuery.page"
|
|
|
|
@pagination="codeHandleCurrentChange"
|
|
|
|
@pagination="getList(this)"
|
|
|
|
></pagination>
|
|
|
|
></pagination>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|