mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
!277 fix importTable有多个根节点
Merge pull request !277 from Nottyjay/fix-importtable
This commit is contained in:
commit
71e00e560c
@ -1,5 +1,4 @@
|
|||||||
<template>
|
<template>
|
||||||
<!-- 导入表 -->
|
|
||||||
<el-dialog v-model="visible" title="导入表" width="1100px" top="5vh" append-to-body>
|
<el-dialog v-model="visible" title="导入表" width="1100px" top="5vh" append-to-body>
|
||||||
<el-form ref="queryFormRef" :model="queryParams" :inline="true">
|
<el-form ref="queryFormRef" :model="queryParams" :inline="true">
|
||||||
<el-form-item label="数据源" prop="dataName">
|
<el-form-item label="数据源" prop="dataName">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user