使用 el-table
封装好的列表主页处理逻辑
<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> <!-- -->
← 对话框 sksTable列表 →