修改电网一张图
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
</template>
|
||||
</TableHeader>
|
||||
<div class="box">
|
||||
<MyEChart style='flex: 1.2;' :options="options1" />
|
||||
<MyEChart style='flex: 2;' :options="options2" />
|
||||
<MyEChart style="flex: 1.2" :options="options1" />
|
||||
<MyEChart style="flex: 2" :options="options2" />
|
||||
</div>
|
||||
<Table ref="tableRef" />
|
||||
</div>
|
||||
@@ -82,11 +82,7 @@ const tableStore = new TableStore({
|
||||
],
|
||||
|
||||
loadCallback: () => {
|
||||
tableStore.table.data = [
|
||||
{
|
||||
state: 2
|
||||
}
|
||||
]
|
||||
tableStore.table.data = []
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user