业务95值计算、服务器收益和交换机收益的图形分析、自定义列、修复bug

This commit is contained in:
康冉冉
2025-10-31 20:38:21 +08:00
parent d7963d69a5
commit d7dd17a38b
47 changed files with 667 additions and 396 deletions

View File

@@ -48,7 +48,7 @@
</el-col>
</el-form>
<input type="file" ref="fileInput" @change="handleFileChange" style="display: none;">
<TableList :columns="columns" :config="config" :queryParams="queryParams" :tableList="roleList" @fnClick="callback" @fnRenderList="getList" @value-change="handleValueChange"></TableList>
<TableList :columns="columns" :modelIdent="this.$options.name" :config="config" :queryParams="queryParams" :tableList="roleList" @fnClick="callback" @fnRenderList="getList" @value-change="handleValueChange"></TableList>
<!-- 新建文件夹 -->
<el-dialog title="新建文件夹" :visible.sync="open" width="500px" append-to-body>
<el-form ref="noticeRef" :rules="rules" :model="formList" label-width="90px">