The total row of the Element table entry page is not displayed

Simply set ref= “table” to the table and execute the following method on the Vue life cycle updated

updated() {
  this.$nextTick(() => {
    this.$refs.table.doLayout();
  })
},

Read More: