bug--代码生成器修改为配置
This commit is contained in:
@ -42,7 +42,7 @@
|
|||||||
<el-button size="mini" style="margin-left: -1px;margin-right: 2px" type="text" @click="toDownload(scope.row.tableName)">下载</el-button>
|
<el-button size="mini" style="margin-left: -1px;margin-right: 2px" type="text" @click="toDownload(scope.row.tableName)">下载</el-button>
|
||||||
<el-button size="mini" style="margin-left: -1px;margin-right: 2px" type="text">
|
<el-button size="mini" style="margin-left: -1px;margin-right: 2px" type="text">
|
||||||
<router-link :to="'/sys-tools/generator/config/' + scope.row.tableName">
|
<router-link :to="'/sys-tools/generator/config/' + scope.row.tableName">
|
||||||
编辑
|
配置
|
||||||
</router-link>
|
</router-link>
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button type="text" style="margin-left: -1px" size="mini" @click="toGen(scope.row.tableName)">生成</el-button>
|
<el-button type="text" style="margin-left: -1px" size="mini" @click="toGen(scope.row.tableName)">生成</el-button>
|
||||||
|
Reference in New Issue
Block a user