From 8c7b93ec4fbb489212873d5c79f7dbc9c890c5f5 Mon Sep 17 00:00:00 2001 From: 若依 <yzz_ivy@163.com> Date: 星期二, 09 八月 2022 07:44:57 +0800 Subject: [PATCH] !547 fix: 账户解锁接口去掉多余的 / Merge pull request !547 from iacker/N/A --- ruoyi-ui/src/views/tool/gen/importTable.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/tool/gen/importTable.vue b/ruoyi-ui/src/views/tool/gen/importTable.vue index 24b91ea..9d738be 100644 --- a/ruoyi-ui/src/views/tool/gen/importTable.vue +++ b/ruoyi-ui/src/views/tool/gen/importTable.vue @@ -1,7 +1,7 @@ <template> <!-- 导入表 --> <el-dialog title="导入表" :visible.sync="visible" width="800px" top="5vh" append-to-body> - <el-form :model="queryParams" ref="queryForm" size="small" inline="true"> + <el-form :model="queryParams" ref="queryForm" size="small" :inline="true"> <el-form-item label="表名称" prop="tableName"> <el-input v-model="queryParams.tableName" -- Gitblit v1.9.2