|
@ -20,6 +20,7 @@ export default { |
|
|
|
|
|
|
|
|
const jumpPageDom = this.$refs.ElPaginationRef.$el.querySelector(".el-pagination__jump"); |
|
|
const jumpPageDom = this.$refs.ElPaginationRef.$el.querySelector(".el-pagination__jump"); |
|
|
|
|
|
|
|
|
|
|
|
if (jumpPageDom?.childNodes?.[0]?.nodeValue) |
|
|
jumpPageDom.childNodes[0].nodeValue = "跳至"; |
|
|
jumpPageDom.childNodes[0].nodeValue = "跳至"; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|