This commit is contained in:
dqjdda
2019-11-13 10:35:24 +08:00
parent 8c4c280840
commit 8e60664eab
4 changed files with 178 additions and 4 deletions

View File

@@ -23,7 +23,13 @@
</el-table-column>
<el-table-column label="操作" width="140px" align="center" fixed="right">
<template slot-scope="scope">
<Generator :name="scope.row.tableName"/>
<el-button size="mini" style="margin-right: 2px" type="text">预览</el-button>
<el-button size="mini" style="margin-left: -1px;margin-right: 2px" type="text">
<router-link :to="'/generator/config/' + scope.row.tableName">
编辑
</router-link>
</el-button>
<el-button type="text" style="margin-left: -1px" size="mini">生成</el-button>
</template>
</el-table-column>
</el-table>