|
@@ -1,6 +1,5 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <header_local />
|
|
|
<div class="convergence">
|
|
|
<el-form :inline="true" :model="condition" size="large">
|
|
|
<el-form-item prop="platform">
|
|
@@ -139,7 +138,6 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
-import header_local from '../allMedia/components/header.vue';
|
|
|
import { ref } from 'vue';
|
|
|
import { getAccountList, getUpdateTime, getAccountData } from '@/api/index';
|
|
|
import dayjs from 'dayjs';
|