修改电网一张图
This commit is contained in:
@@ -51,7 +51,7 @@ import { defaultAttribute } from '@/components/table/defaultAttribute'
|
||||
import { mainHeight } from '@/utils/layout'
|
||||
import { ref, reactive } from 'vue'
|
||||
const height = mainHeight(80).height
|
||||
const dataList = ref([{}])
|
||||
const dataList = ref([])
|
||||
|
||||
const stateChange = (val: number, id: number) => {}
|
||||
const tactics = (row: any, id: number) => {
|
||||
|
||||
@@ -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 = []
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
@@ -167,11 +167,7 @@ const tableStore = new TableStore({
|
||||
],
|
||||
|
||||
loadCallback: () => {
|
||||
tableStore.table.data = [
|
||||
{
|
||||
state: 2
|
||||
}
|
||||
]
|
||||
tableStore.table.data = []
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user