Browse Source

feat: 数据源"

luoyali 8 months ago
parent
commit
5dff3dac4c
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/codeGenerate/database/index.vue

+ 5 - 1
src/views/codeGenerate/database/index.vue

@@ -14,7 +14,11 @@
 				:columns="activeColumns"
 			>
 				<template #toolLeft>
-					<el-button @click="openDrawer">生成代码</el-button>
+					<el-button class="icon-button button-screen" @click="openDrawer">
+						<LeIcon icon-class="icon-processInfo-code-gen" />
+						生成代码
+					</el-button>
+
 					<el-button
 						plain
 						:icon="Plus"