Skip to content

Commit

Permalink
Merge pull request #152 from go-admin-team/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
wenjianzhang authored Aug 9, 2021
2 parents 56ff05a + ed4c0f7 commit b21dd1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "go-admin",
"version": "2.0.3",
"version": "2.0.4",
"description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
"author": "https://github.com/wenjianzhang",
"license": "MIT",
Expand Down
16 changes: 8 additions & 8 deletions src/views/dev-tools/gen/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,30 +125,30 @@

<el-popconfirm
class="delete-popconfirm"
title="正在使用代码生成配置迁移脚本请确认?"
confirm-button-text="生成"
@onConfirm="handleToApiFile(scope.row)"
title="正在使用【菜单以及API生成到数据库】请确认?"
confirm-button-text="写入DB"
@onConfirm="handleToDB(scope.row)"
>
<el-button
slot="reference"
type="text"
size="small"
icon="el-icon-view"
>配置迁移脚本</el-button>
>生成配置</el-button>
</el-popconfirm>

<el-popconfirm
class="delete-popconfirm"
title="正在使用【菜单以及API生成到数据库】请确认?"
confirm-button-text="写入DB"
@onConfirm="handleToDB(scope.row)"
title="正在使用代码生成配置迁移脚本请确认?"
confirm-button-text="生成"
@onConfirm="handleToApiFile(scope.row)"
>
<el-button
slot="reference"
type="text"
size="small"
icon="el-icon-view"
>配置生成</el-button>
>生成迁移脚本</el-button>
</el-popconfirm>

<el-popconfirm
Expand Down

0 comments on commit b21dd1c

Please sign in to comment.