Commit 33ab308c authored by 罗林杰's avatar 罗林杰

修改数据库到数据库

parent 3dddaa1c
<template> <template>
<div class=" m-4 mr-0 overflow-hidden bg-white"> <div class="m-4 mr-0 overflow-hidden bg-white">
<BasicTree <BasicTree
title="" title=""
ref="treeRef" ref="treeRef"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<DataTree @select="handleSelect" style="height: 50%" /> <DataTree @select="handleSelect" style="height: 50%" />
<GroupTree @select="handleGroupSelect" style="height: 50%" /> <GroupTree @select="handleGroupSelect" style="height: 50%" />
</div> </div>
<div class="m-4 mr-0 w-3/4 xl:w-4/5"> <div class="m-4 mr-0 w-3/4 xl:w-4/5" style="background-color: white">
<div> <div>
<BasicTable @register="registerTable" :searchInfo="searchInfo"> <BasicTable @register="registerTable" :searchInfo="searchInfo">
<template #headerTop> <template #headerTop>
...@@ -26,11 +26,12 @@ ...@@ -26,11 +26,12 @@
> >
</BasicTable> </BasicTable>
</div> </div>
<div v-if="showTable === 'true'"> <div v-if="showTable === 'true'" style="margin-top: 100px">
<BasicTable @register="registerDataPreviewTable"> <BasicTable @register="registerDataPreviewTable">
<template #headerTop> <template #headerTop>
<span style="font-weight: bold; font-size: 16px">数据预览</span>
<Dropdown :trigger="['click']"> <Dropdown :trigger="['click']">
<span type="primary" @click.prevent style="margin-left: 1180px" <span type="primary" @click.prevent style="margin-left: 1120px"
>字段选择<Icon >字段选择<Icon
icon="ant-design:caret-down-filled" icon="ant-design:caret-down-filled"
style="font-size: 12px; margin-left: 2px" style="font-size: 12px; margin-left: 2px"
...@@ -50,8 +51,8 @@ ...@@ -50,8 +51,8 @@
</template> </template>
</Dropdown> </Dropdown>
<Icon <Icon
icon="bxs:download" icon="material-symbols-light:download-sharp"
style="margin-left: 20px" style="margin-left: 10px"
:size="25" :size="25"
@click="handleDownload" @click="handleDownload"
/> />
...@@ -140,7 +141,7 @@ ...@@ -140,7 +141,7 @@
}); });
const [registerDataPreviewTable] = useTable({ const [registerDataPreviewTable] = useTable({
title: '数据预览', title: ' ',
api: async () => { api: async () => {
const response = { const response = {
pageNu: '1', pageNu: '1',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment