update code
parent
87fc212536
commit
d0a6b21456
|
@ -14,7 +14,7 @@
|
|||
style="font-weight: bold;font-size: 28px;margin-left: auto;margin-right: auto;">算法测试验证软件平台</span>
|
||||
</div>
|
||||
<div>
|
||||
<el-switch v-model="isDark" inline-prompt active-icon="Moon" inactive-icon="Sunny" @change="toggleTheme" />
|
||||
<el-switch v-model="isDark" inline-prompt active-icon="Moon" inactive-icon="Sunny" @change="toggleTheme" v-if="false"/>
|
||||
<!--全屏 -->
|
||||
<div class="setting-item" @click="toggle">
|
||||
<svg-icon :icon-class="isFullscreen ? 'fullscreen-exit' : 'fullscreen'" />
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
style="font-weight: bold;font-size: 28px;margin-left: auto;margin-right: auto;">算法测试验证软件平台</span>
|
||||
</div>
|
||||
<div>
|
||||
<el-switch v-model="isDark" inline-prompt active-icon="Moon" inactive-icon="Sunny" @change="toggleTheme" />
|
||||
<el-switch v-model="isDark" inline-prompt active-icon="Moon" inactive-icon="Sunny" @change="toggleTheme" v-if="false"/>
|
||||
<!--全屏 -->
|
||||
<!--全屏 -->
|
||||
<div class="setting-item" @click="toggle">
|
||||
|
|
|
@ -48,7 +48,7 @@ import ReportApi from '@/api/report'
|
|||
const queryFormRef = ref(ElForm); // 查询表单
|
||||
const router = useRouter();
|
||||
const loading = ref(false); // 加载状态
|
||||
const queryParams = reactive({
|
||||
let queryParams = reactive({
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
keywords: '',
|
||||
|
|
Loading…
Reference in New Issue