修改内容34 37 39
This commit is contained in:
parent
2202d419dd
commit
b62356851e
|
@ -28,7 +28,7 @@
|
|||
<a-form layout="inline">
|
||||
<a-row :gutter="24">
|
||||
<a-col :md="12">
|
||||
<a-form-item label="日志类型">
|
||||
<!-- <a-form-item label="日志类型">
|
||||
<a-select placeholder="选择日志类型" option-filter-prop="children" size="large" v-model="queryParam.syncState">
|
||||
<a-select-option key="">
|
||||
全部
|
||||
|
@ -43,7 +43,7 @@
|
|||
已结束
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
</a-form-item> -->
|
||||
</a-col>
|
||||
<a-col :md="7">
|
||||
</a-col>
|
||||
|
|
|
@ -200,9 +200,9 @@ export default {
|
|||
var childrenList = []
|
||||
_children.forEach((childrenNode, chil) => {
|
||||
childrenList.push({
|
||||
key: 'children_' + chil,
|
||||
key: childrenNode.tableName,
|
||||
type: 'childern',
|
||||
title: childrenNode
|
||||
title: childrenNode.massName
|
||||
})
|
||||
});
|
||||
this.treeDate.push({
|
||||
|
@ -222,7 +222,7 @@ export default {
|
|||
onSelect(selectedKeys, info) {
|
||||
if (info.node.dataRef.type && info.node.dataRef.type == 'childern') {
|
||||
this.tableParams.schemaMass = info.node.$parent.dataRef.title
|
||||
this.tableParams.tableName = info.node.dataRef.title
|
||||
this.tableParams.tableName = info.node.dataRef.key
|
||||
this.getTableIndexList()
|
||||
}
|
||||
},
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<a-form layout="inline">
|
||||
<a-row :gutter="24">
|
||||
<a-col :md="12">
|
||||
<a-form-item label="日志类型">
|
||||
<!-- <a-form-item label="日志类型">
|
||||
<a-select placeholder="选择日志类型" option-filter-prop="children" size="large" v-model="queryParam.syncState">
|
||||
<a-select-option key="">
|
||||
全部
|
||||
|
@ -51,7 +51,7 @@
|
|||
已结束
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
</a-form-item> -->
|
||||
</a-col>
|
||||
<a-col :md="7">
|
||||
</a-col>
|
||||
|
|
|
@ -141,9 +141,9 @@ export default {
|
|||
var childrenList = []
|
||||
_children.forEach((childrenNode, chil) => {
|
||||
childrenList.push({
|
||||
key: 'children_' + chil,
|
||||
key: childrenNode.tableName,
|
||||
type: 'childern',
|
||||
title: childrenNode
|
||||
title: childrenNode.massName
|
||||
})
|
||||
});
|
||||
this.treeDate.push({
|
||||
|
@ -163,7 +163,7 @@ export default {
|
|||
onSelect(selectedKeys, info) {
|
||||
if (info.node.dataRef.type && info.node.dataRef.type == 'childern') {
|
||||
this.tableParams.schemaMass = info.node.$parent.dataRef.title
|
||||
this.tableParams.tableName = info.node.dataRef.title
|
||||
this.tableParams.tableName = info.node.dataRef.key
|
||||
this.getTableDataList()
|
||||
}
|
||||
},
|
||||
|
|
|
@ -155,9 +155,9 @@ export default {
|
|||
var childrenList = []
|
||||
_children.forEach((childrenNode, chil) => {
|
||||
childrenList.push({
|
||||
key: 'children_' + chil,
|
||||
key: childrenNode.tableName,
|
||||
type: 'childern',
|
||||
title: childrenNode
|
||||
title: childrenNode.massName
|
||||
})
|
||||
});
|
||||
this.treeDate.push({
|
||||
|
@ -177,7 +177,7 @@ export default {
|
|||
onSelect(selectedKeys, info) {
|
||||
if (info.node.dataRef.type && info.node.dataRef.type == 'childern') {
|
||||
this.tableParams.schemaMass = info.node.$parent.dataRef.title
|
||||
this.tableParams.tableName = info.node.dataRef.title
|
||||
this.tableParams.tableName = info.node.dataRef.key
|
||||
this.getMetaDatalist()
|
||||
}
|
||||
},
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<!-- 表格区域 -->
|
||||
<div style="height:calc(100vh - 316px);background: #e6e9f1;overflow:hidden;padding: 15px;">
|
||||
<a-table size="middle" bordered :columns="columns" :data-source="dataSource" :loading="loading"
|
||||
:pagination="pagination" :scroll="{ y: 'calc(100vh - 380px)' }" rowKey="ROW_ID"
|
||||
:pagination="pagination" :scroll="{ y: 'calc(100vh - 420px)' }" rowKey="ROW_ID"
|
||||
@change="handleTableChange">
|
||||
<!-- <span slot="createTime" slot-scope="text, record">
|
||||
{{ moment(text).format('YYYY-MM-DD') }}
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<!-- 表格区域 -->
|
||||
<div style="height:calc(100vh - 316px);background: #e6e9f1;overflow:hidden;padding: 15px;">
|
||||
<a-table size="middle" bordered :columns="columns" :data-source="dataSource" :loading="loading"
|
||||
:pagination="pagination" :scroll="{ y: 'calc(100vh - 380px)' }" rowKey="ROW_ID"
|
||||
:pagination="pagination" :scroll="{ y: 'calc(100vh - 420px)' }"rowKey="ROW_ID"
|
||||
@change="handleTableChange">
|
||||
<!-- <span slot="createTime" slot-scope="text, record">
|
||||
{{ moment(text).format('YYYY-MM-DD') }}
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<!-- 表格区域 -->
|
||||
<div style="height:calc(100vh - 316px);background: #e6e9f1;overflow:hidden;padding: 15px;">
|
||||
<a-table size="middle" bordered :columns="columns" :data-source="dataSource" :loading="loading"
|
||||
:pagination="pagination" :scroll="{ y: 'calc(100vh - 380px)' }" rowKey="id"
|
||||
:pagination="pagination" :scroll="{ y: 'calc(100vh - 420px)' }" rowKey="id"
|
||||
@change="handleTableChange">
|
||||
<!-- <span slot="createTime" slot-scope="text, record">
|
||||
{{ moment(text).format('YYYY-MM-DD') }}
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
<!-- 表格区域 -->
|
||||
<div style="height:calc(100vh - 316px);background: #e6e9f1;overflow:hidden;padding: 15px;">
|
||||
<a-table size="middle" bordered :columns="columns" :data-source="dataSource" :loading="loading"
|
||||
:pagination="pagination" :scroll="{ y: 'calc(100vh - 380px)' }" rowKey="id"
|
||||
:pagination="pagination" :scroll="{ y: 'calc(100vh - 420px)' }" rowKey="id"
|
||||
@change="handleTableChange">
|
||||
<!-- <span slot="createTime" slot-scope="text, record">
|
||||
{{ moment(text).format('YYYY-MM-DD') }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user