Commit 416ffca3 authored by 罗林杰's avatar 罗林杰

修改布局

parent 7c81082d
This diff is collapsed.
...@@ -122,14 +122,14 @@ ...@@ -122,14 +122,14 @@
<a-button @click="handleGetMetadata('preview')" type="primary">预览</a-button> <a-button @click="handleGetMetadata('preview')" type="primary">预览</a-button>
</template> </template>
</BasicForm> </BasicForm>
<div v-if="tableDetail" style="width: 40%; padding: 0 5px 5px"> <div v-if="tableDetail" style="width: 40%; padding: 0 5px 5px; margin-left: 20px">
<div class="title">已获取元数据</div> <div class="title">已获取元数据</div>
<div style="display: flex; justify-content: space-between"> <div style="display: flex; justify-content: space-between">
<a-input-search style="width: 220px" /> <a-input-search style="width: 220px" />
</div> </div>
<BasicTable @register="registerDataSourceTable" /> <BasicTable @register="registerDataSourceTable" />
</div> </div>
<div v-if="tableDetail" style="width: 40%; padding: 0 5px 5px"> <div v-if="tableDetail" style="width: 40%; padding: 0 5px 5px; margin-left: 20px">
<div class="title">唯一键</div> <div class="title">唯一键</div>
<Alert <Alert
show-icon show-icon
...@@ -209,7 +209,11 @@ ...@@ -209,7 +209,11 @@
:actions="[ :actions="[
{ {
icon: 'ic:outline-delete-outline', icon: 'ic:outline-delete-outline',
onClick: handleDeleteRule.bind(null, record), popConfirm: {
title: '是否确认删除',
placement: 'left',
confirm: handleDeleteRule.bind(null, record),
},
}, },
]" ]"
/> />
...@@ -852,6 +856,7 @@ ...@@ -852,6 +856,7 @@
}, },
}); });
const [registerMappingRuleConfigurationTable, { getRowSelection, reload }] = useTable({ const [registerMappingRuleConfigurationTable, { getRowSelection, reload }] = useTable({
title: ' ',
api: async () => { api: async () => {
const response = { const response = {
pageNu: '1', pageNu: '1',
...@@ -1274,6 +1279,12 @@ ...@@ -1274,6 +1279,12 @@
reload(); reload();
} }
function handleOperation() {
router.push({
path: '/dataIntegration/taskOM/index',
});
}
function handleMoveTop(source) { function handleMoveTop(source) {
[mappingRuleConfigurationTable.value[source], mappingRuleConfigurationTable.value[0]] = [ [mappingRuleConfigurationTable.value[source], mappingRuleConfigurationTable.value[0]] = [
mappingRuleConfigurationTable.value[0], mappingRuleConfigurationTable.value[0],
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<div style="margin-left: 10px"> <div style="margin-left: 10px">
<span class="title">test</span> <span class="title">test</span>
<div> <div>
<span class="path">自助建表文件/test</span> <span class="path">函数/test</span>
</div> </div>
</div> </div>
<a-button style="margin-left: 700px" type="primary" @click="handleDeleteIds">删除</a-button> <a-button style="margin-left: 700px" type="primary" @click="handleDeleteIds">删除</a-button>
......
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