更新后台后大屏

This commit is contained in:
2026-01-25 11:55:12 +08:00
parent a8904c2a67
commit bc98b0ecb1
14 changed files with 117 additions and 711 deletions

View File

@ -90,13 +90,14 @@ const pageData = reactive({
pageSize: 20,
pageCurrent: 1
},
controlsWidth: 240,
controlsWidth: 100,
tableColumn: [
{ label: "情报标题", prop: "qbmc" },
{ label: "情报标题", prop: "qbmc",width:250 },
{ label: "编号", prop: "xsBh",width:190 },
// { label: "情报类型", prop: "qblx", showSolt: true },
// { label: "情报来源", prop: "cjlx", showSolt: true },
{ label: "转线索时间", prop: "zxssj" },
{ label: "情报内容", prop: "qbnr" },
{ label: "转线索时间", prop: "zxssj",width:190 },
{ label: "情报内容", prop: "qbnr",width:190 },
{ label: "所属部门", prop: "ssbm" },
]
});