提交 7e1a3154 authored 作者: kxjia's avatar kxjia

Merge branch 'master' of http://47.97.51.208/root/zrch-risk-39

...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<IndexDef v-if="indexStyle === 2"></IndexDef> <IndexDef v-if="indexStyle === 2"></IndexDef>
<IndexBdc v-if="indexStyle == 3"></IndexBdc> <IndexBdc v-if="indexStyle == 3"></IndexBdc>
<IndexTask v-if="indexStyle == 4"></IndexTask> <IndexTask v-if="indexStyle == 4"></IndexTask>
<!--
<div style="width: 100%; text-align: right; margin-top: 20px"> <div style="width: 100%; text-align: right; margin-top: 20px">
首页主题: 首页主题:
<a-radio-group v-model:value="indexStyle"> <a-radio-group v-model:value="indexStyle">
...@@ -14,6 +15,7 @@ ...@@ -14,6 +15,7 @@
<a-radio :value="4">我的任务</a-radio> <a-radio :value="4">我的任务</a-radio>
</a-radio-group> </a-radio-group>
</div> </div>
-->
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import { ref } from 'vue'; import { ref } from 'vue';
......
<template> <template>
<div class="page-container"> <div class="page-container">
<!--
<button class="float-button"> <button class="float-button">
<a :href="bigAddr" target="_blank" rel="noopener noreferrer">监测<br />大屏</a> <a :href="bigAddr" target="_blank" rel="noopener noreferrer">监测<br />大屏</a>
</button> </button>
-->
<div class="card-container"> <div class="card-container">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论