<vxe-toolbar custom /> <vxe-table id="bbb" ref="table" v-loading="loading" :data="model.list" class="tb-edit height34" border keep-source stripe resizable :height="tableHeight" show-footer :footer-method="footerMethod" show-overflow ...
Vxe table 的表格组件. Contribute to x-extends/vxe-table development by creating an account on GitHub.
// import TableCustom from '../views/table/advanced/Custom.vue' import TableCustomStorage from '../views/table/advanced/CustomStorage.vue' import TableCustomlWidthStorage from '../views/table/advanced/CustomlWidthStorage.vue' Expand Down Expand Up @@ -698,11 +698,11 @@ const routes: Array...
label: 'app.aside.nav.customPrint', locat: { name: 'TableCustomPrint' } }, // { // label: 'app.aside.nav.customPrint', // locat: { // name: 'TableCustomPrint' // } // }, { label: 'app.aside.nav.fixedType', locat: { @@ -670,12 +670,12 @@ export default defineCompone...