Skip to content

Commit 5c416ff

Browse files
committed
icon : update icons
1 parent 31fc0a9 commit 5c416ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/tools/gen/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export default {
264264
this.$confirm('正在使用代码生成请确认?', '提示', {
265265
confirmButtonText: '生成',
266266
cancelButtonText: '取消',
267-
type: 'info'
267+
type: 'warning'
268268
}).then(function() {
269269
toProjectTableCheckRole(row.tableId, false).then(response => {
270270
this.msgSuccess(response.msg)
@@ -275,7 +275,7 @@ export default {
275275
this.$confirm('正在使用代码生成【带权限】请确认?', '提示', {
276276
confirmButtonText: '生成',
277277
cancelButtonText: '取消',
278-
type: 'info'
278+
type: 'warning'
279279
}).then(function() {
280280
toProjectTableCheckRole(row.tableId, true).then(response => {
281281
this.msgSuccess(response.msg)
@@ -286,7 +286,7 @@ export default {
286286
this.$confirm('正在使用【菜单以及API生成到数据库】请确认?', '提示', {
287287
confirmButtonText: '写入DB',
288288
cancelButtonText: '取消',
289-
type: 'info'
289+
type: 'warning'
290290
}).then(function() {
291291
toDBTable(row.tableId).then(response => {
292292
this.msgSuccess(response.msg)

0 commit comments

Comments
 (0)