1. 统一化代码

2. 增加 DocAlert 关联文档
This commit is contained in:
YunaiV
2023-04-05 20:13:35 +08:00
parent bb88e3d77c
commit 4404554cfc
111 changed files with 640 additions and 567 deletions

View File

@ -1,6 +1,6 @@
<template>
<!-- 搜索工作栏 -->
<content-wrap>
<ContentWrap>
<el-form class="-mb-15px" ref="queryForm" :inline="true" label-width="68px">
<el-form-item label="公众号" prop="accountId">
<el-select v-model="accountId" @change="getSummary" class="!w-240px">
@ -24,10 +24,10 @@
/>
</el-form-item>
</el-form>
</content-wrap>
</ContentWrap>
<!-- 图表 -->
<content-wrap>
<ContentWrap>
<el-row>
<el-col :span="12" class="card-box">
<el-card>
@ -70,7 +70,7 @@
</el-card>
</el-col>
</el-row>
</content-wrap>
</ContentWrap>
</template>
<script setup lang="ts" name="MpStatistics">