Skip to content

Commit b21dd1c

Browse files
authored
Merge pull request #152 from go-admin-team/dev
Dev
2 parents 56ff05a + ed4c0f7 commit b21dd1c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-admin",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
55
"author": "https://github.com/wenjianzhang",
66
"license": "MIT",

src/views/dev-tools/gen/index.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,30 +125,30 @@
125125

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

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

154154
<el-popconfirm

0 commit comments

Comments
 (0)