This commit is contained in:
2025-07-03 17:47:01 +08:00
parent 1d3534bcb9
commit a72b8782bc
6 changed files with 534 additions and 1066 deletions

View File

@ -127,7 +127,7 @@ const checkData = reactive({
hasChoose: ["警情"],
list: ["警情","人力情报","线索","民警处置文本", "交通事故"],
});
const btnsList = reactive(['级别变更','警种变更','指定分配','添加标签','批量导入','导出','批量删除'])
const btnsList = reactive(['级别变更','警种变更','指定分配','添加标签','导出','批量删除'])
const chooselx = ref('')
const isShow = ref(false)
@ -171,7 +171,7 @@ const pageData = reactive({
{ label: "现住地址", prop: "ryXzdz" ,showOverflowTooltip:true},
{ label: "附件照片", prop: "ryFjZp" ,showOverflowTooltip:true},
{ label: "管辖单位", prop: "gxDwDm" ,showOverflowTooltip:true},
{ label: "户籍地址", prop: "ssbm",showOverflowTooltip:true},
{ label: "责任部门", prop: "ssbm",showOverflowTooltip:true},
{ label: "风险等级", prop: "fxDj",showOverflowTooltip:true, showSolt: true },
{ label: "风险类别", prop: "fxLb",showOverflowTooltip:true, showSolt: true },
{ label: "是否关注", prop: "sfGz",showOverflowTooltip:true, showSolt: true },
@ -243,7 +243,16 @@ const chooseDataBottom = (val) =>{
const chooseType = (val)=>{
if(ids.value.length == 0) return ElMessage.warning("请选择对应的数据");
chooselx.value = val;
isShow.value = true;
switch(val){
case '级别变更':
case '警种变更':
case '指定分配':
case '添加标签':
isShow.value = true;
break;
case '批量删除':
break;
}
}
const tabHeightFn = () => {