fix: BUG修改

This commit is contained in:
kun 2023-06-07 21:46:12 +08:00
parent a7f1c50bd7
commit 14c6580dc1
6 changed files with 25 additions and 1 deletions

View File

@ -219,5 +219,9 @@ onMounted(() => {
}
}
}
.table {
position: relative;
z-index: 500;
}
}
</style>

View File

@ -219,5 +219,9 @@ onMounted(() => {
}
}
}
.table {
position: relative;
z-index: 500;
}
}
</style>

View File

@ -54,7 +54,6 @@ import { ref, reactive, nextTick, onMounted } from "vue";
import { ElMessage, ElMessageBox, ElTree, FormInstance } from "element-plus";
import { ColumnProps } from "@/components/ProTable/interface";
import ProTable from "@/components/ProTable/index.vue";
import Pagination from "@/components/ProTable/components/Pagination.vue";
import transformInfo from "./components/transformInfo.vue";
import { statisticsInfo, statisticsTable } from "@/api/modules/goverment";
const statisticsOption = ref([
@ -146,6 +145,7 @@ const handleLookItem = row => {
};
const getTableList = (params: any) => {
let newParams = JSON.parse(JSON.stringify(params));
console.log(newParams);
if (newParams.createTime) {
newParams.createTime_begin = newParams.createTime[0];
newParams.createTime_end = newParams.createTime[1];
@ -219,5 +219,9 @@ onMounted(() => {
}
}
}
.table {
position: relative;
z-index: 500;
}
}
</style>

View File

@ -219,5 +219,9 @@ onMounted(() => {
}
}
}
.table {
position: relative;
z-index: 500;
}
}
</style>

View File

@ -220,5 +220,9 @@ onMounted(() => {
}
}
}
.table {
position: relative;
z-index: 500;
}
}
</style>

View File

@ -217,5 +217,9 @@ onMounted(() => {
}
}
}
.table {
position: relative;
z-index: 500;
}
}
</style>