Commit 053f30b2 authored by baiyinhao's avatar baiyinhao

新增指标页面

parent c1cbc958
......@@ -26,6 +26,10 @@
@click="handleDelete"
>删除</a-button
>
<a-button class="top-button" type="primary" :disabled="topButtonDisabled()"
>导出</a-button
>
<a-button class="top-button" type="primary">导入</a-button>
<a-button class="top-button" type="primary">新建文件夹</a-button>
<a-button class="top-button" type="primary" @click="handleAddLabel"
>新建标签主体</a-button
......
<template>
<div> 指标管理 </div>
</template>
<script></script>
<style></style>
<template>
<div> 汇总表管理 </div>
</template>
<script></script>
<style></style>
<template>
<div> 时间周期 </div>
</template>
<script></script>
<style></style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment