feat: sql执行记录新增查看回滚sql

This commit is contained in:
meilin.huang
2022-06-17 17:58:35 +08:00
parent 9b9173dea7
commit 5ad0d90038
4 changed files with 92 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
<template>
<div>
<el-dialog title="待执行SQL" v-model="dialogVisible" :show-close="false" width="600px">
<el-input v-model="remark" placeholder="请输入执行备注" class="mb5" />
<codemirror height="350px" class="codesql" ref="cmEditor" language="sql" v-model="sqlValue" :options="cmOptions" />
<el-input v-model="remark" placeholder="请输入执行备注" class="mt5" />
<template #footer>
<span class="dialog-footer">
<el-button @click="cancel"> </el-button>