From 3e1bd8e3bc6c94ed5fc39ee7955a1aef97c68d97 Mon Sep 17 00:00:00 2001 From: fungleo <web@fengcms.com> Date: 星期二, 21 七月 2020 10:18:56 +0800 Subject: [PATCH] 修复 utils/index.js 中不包含 parseTime 函数的 bug --- 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 01606e6..6c56c77 100644 --- a/ruoyi-ui/src/views/tool/gen/importTable.vue +++ b/ruoyi-ui/src/views/tool/gen/importTable.vue @@ -1,6 +1,6 @@ <template> <!-- 导入表 --> - <el-dialog title="导入表" :visible.sync="visible" width="800px" top="5vh"> + <el-dialog title="导入表" :visible.sync="visible" width="800px" top="5vh" append-to-body> <el-form :model="queryParams" ref="queryForm" :inline="true"> <el-form-item label="表名称" prop="tableName"> <el-input -- Gitblit v1.9.2