diff --git a/public/home/1.png b/public/home/1.png new file mode 100644 index 0000000..509e4c4 Binary files /dev/null and b/public/home/1.png differ diff --git a/public/home/2.png b/public/home/2.png new file mode 100644 index 0000000..bf33b78 Binary files /dev/null and b/public/home/2.png differ diff --git a/public/home/3.png b/public/home/3.png new file mode 100644 index 0000000..7fd527a Binary files /dev/null and b/public/home/3.png differ diff --git a/public/home/4.png b/public/home/4.png new file mode 100644 index 0000000..6923452 Binary files /dev/null and b/public/home/4.png differ diff --git a/public/home/新建 文本文档.txt b/public/home/新建 文本文档.txt new file mode 100644 index 0000000..e69de29 diff --git a/src/views/dataService/visualData/index.vue b/src/views/dataService/visualData/index.vue index a493290..83ba082 100644 --- a/src/views/dataService/visualData/index.vue +++ b/src/views/dataService/visualData/index.vue @@ -61,8 +61,8 @@ + background v-model:page-size="state.tableData.param.pageSize" layout="total, sizes, prev, pager, next" + :total="state.tableData.total"> @@ -82,8 +82,8 @@ + background v-model:page-size="state.tableData.param.pageSize" layout="total, sizes, prev, pager, next" + :total="state.tableData.total"> @@ -249,7 +249,7 @@ const editHotspot = (row) => { }; // 打开修改词云弹窗 const editWordCloud = (row) => { - editWordCloudsRef.value.openDialog(row); + editWordCloudsRef.value.openDialog(row); }; //批量删除词云或者热点数据 const batchDel = () => { @@ -366,6 +366,7 @@ onMounted(() => { font-size: 32px; font-weight: 600; } + .mt15 { display: flex; justify-content: end; diff --git a/src/views/home/index.vue b/src/views/home/index.vue index d245a83..c337e2e 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,44 +1,31 @@