列表过滤组件
使用 sks-table + SksTableQueryFormEl
<template> <div> <el-row style="margin-bottom:5px;" > <ShowRemoteCodeDialog codeRawUrl="https://gitee.com/shoukaiseki/sks-plugin-el-erp/blob/master/docs/.vuepress/example/page/Page4030a.vue" button-label="查看Page4030a代码"/> </el-row> <Page4030a> </Page4030a> </div> </template> <script> export default { mixins: [ ], data() { return {} }, methods: { } } </script> <!-- -->
<template> <div> <el-row style="margin-bottom:5px;" > <ShowRemoteCodeDialog codeRawUrl="https://gitee.com/shoukaiseki/sks-plugin-el-erp/blob/master/docs/.vuepress/example/page/Page4030b.vue" button-label="查看Page4030b代码"/> </el-row> <Page4030b> </Page4030b> </div> </template> <script> export default { mixins: [ ], data() { return {} }, methods: { } } </script>
← sksTable列表