feat: mysql 支持编辑表结构、索引

This commit is contained in:
刘宗洋
2022-10-23 17:55:22 +08:00
parent c8f0b0a83f
commit ab42b3e90b
9 changed files with 438 additions and 57 deletions

View File

@@ -1,6 +1,7 @@
<template>
<div>
<el-dialog title="待执行SQL" v-model="dialogVisible" :show-close="false" width="600px">
如需执行多条sql需要在数据库管理配置连接参数multiStatements=true
<codemirror height="350px" class="codesql" ref="cmEditor" language="sql" v-model="sqlValue" :options="cmOptions" />
<el-input ref="remarkInputRef" v-model="remark" placeholder="请输入执行备注" class="mt5" />
<template #footer>