fix: BUG修改
This commit is contained in:
parent
a7f1c50bd7
commit
14c6580dc1
@ -219,5 +219,9 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.table {
|
||||||
|
position: relative;
|
||||||
|
z-index: 500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -219,5 +219,9 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.table {
|
||||||
|
position: relative;
|
||||||
|
z-index: 500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -54,7 +54,6 @@ import { ref, reactive, nextTick, onMounted } from "vue";
|
|||||||
import { ElMessage, ElMessageBox, ElTree, FormInstance } from "element-plus";
|
import { ElMessage, ElMessageBox, ElTree, FormInstance } from "element-plus";
|
||||||
import { ColumnProps } from "@/components/ProTable/interface";
|
import { ColumnProps } from "@/components/ProTable/interface";
|
||||||
import ProTable from "@/components/ProTable/index.vue";
|
import ProTable from "@/components/ProTable/index.vue";
|
||||||
import Pagination from "@/components/ProTable/components/Pagination.vue";
|
|
||||||
import transformInfo from "./components/transformInfo.vue";
|
import transformInfo from "./components/transformInfo.vue";
|
||||||
import { statisticsInfo, statisticsTable } from "@/api/modules/goverment";
|
import { statisticsInfo, statisticsTable } from "@/api/modules/goverment";
|
||||||
const statisticsOption = ref([
|
const statisticsOption = ref([
|
||||||
@ -146,6 +145,7 @@ const handleLookItem = row => {
|
|||||||
};
|
};
|
||||||
const getTableList = (params: any) => {
|
const getTableList = (params: any) => {
|
||||||
let newParams = JSON.parse(JSON.stringify(params));
|
let newParams = JSON.parse(JSON.stringify(params));
|
||||||
|
console.log(newParams);
|
||||||
if (newParams.createTime) {
|
if (newParams.createTime) {
|
||||||
newParams.createTime_begin = newParams.createTime[0];
|
newParams.createTime_begin = newParams.createTime[0];
|
||||||
newParams.createTime_end = newParams.createTime[1];
|
newParams.createTime_end = newParams.createTime[1];
|
||||||
@ -219,5 +219,9 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.table {
|
||||||
|
position: relative;
|
||||||
|
z-index: 500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -219,5 +219,9 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.table {
|
||||||
|
position: relative;
|
||||||
|
z-index: 500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -220,5 +220,9 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.table {
|
||||||
|
position: relative;
|
||||||
|
z-index: 500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -217,5 +217,9 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.table {
|
||||||
|
position: relative;
|
||||||
|
z-index: 500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user