# SksTableQueryFormEl使用

列表过滤组件

# 简单的过滤列表

使用 sks-table + SksTableQueryFormEl

查看Page4030a代码 复制
 

<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>
<!--

-->
显示代码 复制代码

# el-form方式

查看Page4030b代码 复制
 
搜索 重置
<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>
显示代码 复制代码
最后更新时间: 2022/11/7 10:04:22