# 主页列表

# 简单的主页列表

使用 el-table

封装好的列表主页处理逻辑

查看Page40代码 复制
 

<template>
    <div>
        <el-row style="margin-bottom:5px;" >
            <ShowRemoteCodeDialog codeRawUrl="https://gitee.com/shoukaiseki/sks-plugin-el-erp/blob/master/docs/.vuepress/example/page/Page40.vue" button-label="查看Page40代码"/>
        </el-row>
        <Page40>
            
        </Page40>
    </div>
</template>
<script>
    export default {
        mixins: [
        ],
        data() {
            return {}
        },
        methods: {
        }
    }
</script>
<!--

-->
显示代码 复制代码
最后更新时间: 2022/8/31 17:28:55