更新页面

This commit is contained in:
Esacpe 2025-05-20 17:00:56 +08:00
parent 7d3f5a82cb
commit f155ad7066

View File

@ -72,9 +72,9 @@ import LineEcharts from "@/views/home/echarts/moreLineEcharts.vue";
import Search from "@/components/aboutTable/Search.vue"; import Search from "@/components/aboutTable/Search.vue";
import MyTable from "@/components/aboutTable/DarkTable.vue"; import MyTable from "@/components/aboutTable/DarkTable.vue";
import { nextTick, onMounted, reactive ,ref } from 'vue'; import { nextTick, onMounted, reactive ,ref } from 'vue';
import { fa } from "element-plus/es/locale.mjs";
const searchBox = ref(); const searchBox = ref();
const listBoxRef = ref(); const listBoxRef = ref();
//
const obj = reactive({ const obj = reactive({
data_cztj:{ data_cztj:{
xData:['上访','诈骗','敲诈勒索','盗窃','涉黄','涉毒','强奸猥亵','灾害事故','自杀'], xData:['上访','诈骗','敲诈勒索','盗窃','涉黄','涉毒','强奸猥亵','灾害事故','自杀'],
@ -95,14 +95,15 @@ const obj = reactive({
] ]
} }
}) })
//
const searchConfiger = ref([ const searchConfiger = ref([
{ label: "专题来源", prop: "ztly", placeholder: "请选择", showType: "select"}, { label: "专题来源", prop: "ztly", placeholder: "请选择", showType: "select"},
{ label: "所属专题", prop: "sszt", placeholder: "请输入", showType: "input"}, { label: "所属专题", prop: "sszt", placeholder: "请输入", showType: "input"},
{ label: "线索内容", prop: "xsnr", placeholder: "请输入", showType: "input"}, { label: "线索内容", prop: "xsnr", placeholder: "请输入", showType: "input"},
{ label: "时间段", prop: "sjd", placeholder: "请输入", showType: "daterange"}, { label: "时间段", prop: "sjd", showType: "daterange"},
{ label: "会商情况", prop: "hsqk", placeholder: "请选择", showType: "select"}, { label: "会商情况", prop: "hsqk", placeholder: "请选择", showType: "select"},
]) ])
//
const list = reactive([ const list = reactive([
{ title:'上访', tableData:[ { title:'上访', tableData:[
{ bt:' 张三上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',}, { bt:' 张三上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
@ -132,7 +133,7 @@ const list = reactive([
{ title:'涉毒',tableData:[]}, { title:'涉毒',tableData:[]},
{ title:'强奸猥亵',tableData:[]}, { title:'强奸猥亵',tableData:[]},
]) ])
//
const pageData = reactive({ const pageData = reactive({
tableColumn:[ tableColumn:[
{ label: "线索标题", width:55, prop: "bt",showOverflowTooltip: true}, { label: "线索标题", width:55, prop: "bt",showOverflowTooltip: true},