no message
Former-commit-id: b90687c6d7ad736de5ceaa8ab4857a5d7d6727fa Former-commit-id: 854d4a9db52f68ed721a1c0ebc45c5c901e21741 Former-commit-id: efda210f8058a4a9884f93506da22621c59597fe
This commit is contained in:
@@ -29,6 +29,20 @@
|
||||
<G2BarBase :ref="chart[3].refName" v-bind="chart[3]"></G2BarBase>
|
||||
</el-card>
|
||||
</GridItem>
|
||||
<!-- 卡片 -->
|
||||
<GridItem v-bind="layout.layout[4]" @resized="handleResized(chart[4].refName)">
|
||||
<el-card class="header-in">
|
||||
<ChartCardHeader slot="header" @refresh="handleRefreshData(4)" title="近年行情"></ChartCardHeader>
|
||||
|
||||
</el-card>
|
||||
</GridItem>
|
||||
<!-- 卡片 -->
|
||||
<GridItem v-bind="layout.layout[5]" @resized="handleResized(chart[5].refName)">
|
||||
<el-card class="header-in">
|
||||
<ChartCardHeader slot="header" @refresh="handleRefreshData(5)" title="近年行情"></ChartCardHeader>
|
||||
|
||||
</el-card>
|
||||
</GridItem>
|
||||
</GridLayout>
|
||||
</Container>
|
||||
</template>
|
||||
@@ -73,7 +87,9 @@ export default {
|
||||
{'x': 0, 'y': 0, 'w': 4, 'h': 7, 'i': '0'},
|
||||
{'x': 4, 'y': 0, 'w': 4, 'h': 7, 'i': '1'},
|
||||
{'x': 8, 'y': 0, 'w': 4, 'h': 7, 'i': '2'},
|
||||
{'x': 0, 'y': 7, 'w': 4, 'h': 7, 'i': '3'}
|
||||
{'x': 0, 'y': 7, 'w': 4, 'h': 7, 'i': '3'},
|
||||
{'x': 4, 'y': 7, 'w': 4, 'h': 7, 'i': '4'},
|
||||
{'x': 8, 'y': 7, 'w': 4, 'h': 7, 'i': '5'}
|
||||
],
|
||||
colNum: 12,
|
||||
rowHeight: 30,
|
||||
|
||||
Reference in New Issue
Block a user