This commit is contained in:
shijingjing
2022-08-04 18:03:12 +08:00
parent 1dacec1de0
commit 8e9db3ddf8
4 changed files with 57 additions and 17 deletions

View File

@@ -19,8 +19,8 @@
<el-row class="echertsBox" style="margin-bottom: 16px">
<h4>事件汇总</h4>
<div class="bar_Box">
<div id="chartDom" style="height: 300px; width: 100%;"></div>
<ai-empty v-if="false" style="height: 300px;"></ai-empty>
<div id="chartDom" style="height: 230px; width: 100%;"></div>
<ai-empty v-if="false" style="height: 230px;"></ai-empty>
</div>
</el-row>
<ai-card>
@@ -51,13 +51,6 @@
</ai-search-bar>
<ai-table :tableData="tableData" :total="page.total" :current.sync="page.current" :size.sync="page.size"
@getList="getTableData" :col-configs="colConfigs" :dict="dict">
<!-- <el-table-column slot="options" label="操作" align="center">
<template slot-scope="{ row }">
<el-button type="text" @click="handleDelete(row.id)">调整积分</el-button>
<el-button type="text" @click="toAdd(row.id)">详情</el-button>
</template>
</el-table-column> -->
</ai-table>
</template>
</ai-card>
@@ -96,7 +89,6 @@ export default {
{ prop: "", label: '变动积分', align: "center",width: "200px" },
{ prop: "", label: '剩余积分', align: "center",width: "200px" },
{ prop: "", label: '事件', align: "center", },
// { slot: "options" },
]
}
},