File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 125
125
126
126
<el-popconfirm
127
127
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)"
131
131
>
132
132
<el-button
133
133
slot =" reference"
134
134
type =" text"
135
135
size =" small"
136
136
icon =" el-icon-view"
137
- >配置迁移脚本 </el-button >
137
+ >生成配置 </el-button >
138
138
</el-popconfirm >
139
139
140
140
<el-popconfirm
141
141
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)"
145
145
>
146
146
<el-button
147
147
slot =" reference"
148
148
type =" text"
149
149
size =" small"
150
150
icon =" el-icon-view"
151
- >配置生成 </el-button >
151
+ >生成迁移脚本 </el-button >
152
152
</el-popconfirm >
153
153
154
154
<el-popconfirm
You can’t perform that action at this time.
0 commit comments