Skip to content

Commit 3460c50

Browse files
committed
feat✨: 修改生成相关功能名称以及显示顺序
1 parent a132233 commit 3460c50

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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)