NZ-584 feat: overview调整

This commit is contained in:
chenjinsong
2021-04-28 17:48:50 +08:00
parent 6ba59a4e86
commit f91133cbb6
10 changed files with 1318 additions and 377 deletions

View File

@@ -36,7 +36,7 @@
<transition name="el-zoom-in-top">
<element-set
v-if="tools.showCustomTableTitle"
:tableId="tableId"
:tableId="$parent.tableId"
ref="customTableTitle"
:custom-table-title="customTableTitle"
:original-table-title="tableTitle"
@@ -88,10 +88,6 @@ export default {
searchMsg: {
type: Object
},
tableId: {
type: String,
default: ''
},
hasSearch: {
type: Boolean,
default: false